XmlTextNode Class Reference
Inheritance diagram for XmlTextNode:

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
| XmlTextNode::hasChildren | ( | ) |
| 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
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/libs/xml.php