Class DOMIT_TextNode
A class representing the DOM TextNode.

isPublic? yes
isAbstract? no

Inheritance tree:

DOMIT_Node
|
DOMIT_TextNode

Known subclasses:

None

Source file: xml_domit_parser.php




Constructor
Initializes DOMIT_TextNode variables and those of the superclass.

Signature: DOMIT_TextNode()

isPublic? no




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
toString
Generates an unformatted (single line, no whitespace) string representation of the text node and all children.

Signature: toString()

Returns:

String - An unformatted (single line, no whitespace) string representation of the text node and all children.

Example:

An unformatted string representation of the text node will be printed here:

echo (htmlentities($myTextNode->toString());




Private Methods
createClone
Used by cloneNode() to generate a new instance of a DOMIT_TextNode containing the same data as the original.

Signature: &createClone()

Returns:

DOMIT_TextNode - A new DOMIT_TextNode


Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.