XmlTextNode Class Reference

Inheritance diagram for XmlTextNode:

XmlNode Object

List of all members.


Public Member Functions

 append ()
 hasChildren ()
 toString ($options=array(), $depth=0)

Public Attributes

 $name = '#text'
 $value = null

Detailed Description

Definition at line 1158 of file xml.php.


Member Function Documentation

XmlTextNode::append (  ) 

Append an XML node: XmlTextNode does not support this operation

Returns:
boolean False - not supported
Todo:
make convertEntities work without mb support, convert entities to number entities

Definition at line 1197 of file xml.php.

XmlTextNode::hasChildren (  ) 

Looks for child nodes in this element

Returns:
boolean False - not supported

Reimplemented from XmlNode.

Definition at line 1188 of file xml.php.

XmlTextNode::toString ( options = array(),
depth = 0 
)

Return string representation of current text node object.

Returns:
string String representation public

Reimplemented from XmlNode.

Definition at line 1206 of file xml.php.

References Xml::options().


Member Data Documentation

XmlTextNode::$name = '#text'

Reimplemented from XmlNode.

Definition at line 1164 of file xml.php.

XmlTextNode::$value = null

Reimplemented from XmlNode.

Definition at line 1170 of file xml.php.


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