Class DOMIT_CDATASection
A class representing the DOM CDATASection.

isPublic? yes
isAbstract? no

Inheritance tree:

DOMIT_Node
|
DOMIT_CDATASection

Known subclasses:

None

Source file: xml_domit_parser.php




Constructor
Initializes DOMIT_CDATASection variables and those of the superclass.

Signature: DOMIT_CDATASection()

isPublic? no




Public Constants



Private Constants



Public Fields



Private Fields



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

Signature: toString()

Returns:

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

Example:

An unformatted string representation of the cdata section will be printed here:

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




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

Signature: &createClone()

Returns:

DOMIT_CDATASection - A new DOMIT_CDATASection


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