API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_ProcessingInstruction::cloneNode | ( | $ | deep = false | ) |
Copies a node and/or its children
boolean | True if all child nodes are also to be cloned |
Réimplémentée à partir de DOMIT_Node.
DOMIT_ProcessingInstruction::DOMIT_ProcessingInstruction | ( | $ | target, |
$ | data | ||
) |
DOM Processing Instruction node constructor
string | The |
Références $data, $target, et DOMIT_Node::_constructor().
DOMIT_ProcessingInstruction::getData | ( | ) |
Returns the processing instruction data
DOMIT_ProcessingInstruction::getTarget | ( | ) |
Returns the processing instruction target
DOMIT_ProcessingInstruction::getText | ( | ) |
Returns the text contained in the current node
Réimplémentée à partir de DOMIT_Node.
DOMIT_ProcessingInstruction::toArray | ( | ) |
Generates an array representation of the node and its children
Réimplémentée à partir de DOMIT_Node.
Références toString().
DOMIT_ProcessingInstruction::toString | ( | $ | htmlSafe = false | ) |
Generates a string representation of the node and its children
boolean | True if HTML readable output is desired |
Références DOMIT_Node::forHTML().
Référencé par toArray().