AnewtXMLDomText Class Reference

Text DOM node. More...

List of all members.

Public Member Functions

 __construct ($data)
 Create a new AnewtXMLDomText instance.
 render ()
 Render this node to a string.

Public Attributes

 $node_type = ANEWT_XML_DOM_TEXT_NODE
 The node type.
 $node_name = '#text'
 The name of this node, depending on its type.
 $node_value
 The value of this node.


Detailed Description

Text DOM node.

Definition at line 1222 of file dom.lib.php.


Constructor & Destructor Documentation

AnewtXMLDomText::__construct ( data  ) 

Create a new AnewtXMLDomText instance.

Parameters:
$data The textual data for this node.

Definition at line 1238 of file dom.lib.php.


Member Function Documentation

AnewtXMLDomText::render (  ) 

Render this node to a string.

Returns:
Rendered string with XML data.

Definition at line 1249 of file dom.lib.php.


Member Data Documentation

AnewtXMLDomText::$node_type = ANEWT_XML_DOM_TEXT_NODE

The node type.

See also:
http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1060184317

Reimplemented from AnewtXMLDomNode.

Definition at line 1224 of file dom.lib.php.

AnewtXMLDomText::$node_name = '#text'

The name of this node, depending on its type.

See also:
http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-F68D095

Reimplemented from AnewtXMLDomNode.

Definition at line 1225 of file dom.lib.php.


The documentation for this class was generated from the following file:

Generated on Sun Aug 2 22:54:38 2009 for Anewt by  doxygen 1.5.9