API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_Lite_TextNode::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_Lite_Node.
DOMIT_Lite_TextNode::DOMIT_Lite_TextNode | ( | $ | data | ) |
DOM Text Node constructor
string | The text of the node |
Références $data, DOMIT_Lite_Node::_constructor(), et setText().
DOMIT_Lite_TextNode::getText | ( | ) |
Returns the text contained in the current node
Réimplémentée à partir de DOMIT_Lite_Node.
DOMIT_Lite_TextNode::setText | ( | $ | data | ) |
Sets the text contained in the current node to $data.
string | The text data of the node |
Références $data.
Référencé par DOMIT_Lite_CDATASection::DOMIT_Lite_CDATASection(), et DOMIT_Lite_TextNode().
DOMIT_Lite_TextNode::toArray | ( | ) |
Generates an array representation of the node and its children
Réimplémentée à partir de DOMIT_Lite_Node.
Références toString().
DOMIT_Lite_TextNode::toString | ( | $ | htmlSafe = false , |
$ | subEntities = false |
||
) |
Generates a string representation of the node and its children
boolean | True if HTML readable output is desired |
boolean | True if illegal xml characters should be converted to entities |
Réimplémentée dans DOMIT_Lite_CDATASection.
Références DOMIT_Utilities::convertEntities(), et DOMIT_Lite_Node::forHTML().
Référencé par toArray().