|
eZ Publish
[4.2]
|
The class eZXMLText handles XML text data type instances. More...
Public Member Functions | |
| attribute ($name) | |
| attributes () | |
| eZXMLText ($xmlData, $contentObjectAttribute) | |
| hasAttribute ($name) | |
Static Public Member Functions | |
| static | inputHandler (&$xmlData, $type=false, $useAlias=true, $contentObjectAttribute=false) |
| static | outputHandler (&$xmlData, $type=false, $useAlias=true, $contentObjectAttribute=false) |
Public Attributes | |
| $ContentObjectAttribute | |
| $XMLAttributeID | |
| $XMLData | |
| Contains the XML data. | |
| $XMLInputHandler | |
| $XMLOutputHandler | |
The class eZXMLText handles XML text data type instances.
Definition at line 41 of file ezxmltext.php.
| eZXMLText::attribute | ( | $ | name | ) |
Definition at line 65 of file ezxmltext.php.
| eZXMLText::attributes | ( | ) |
Definition at line 51 of file ezxmltext.php.
Referenced by hasAttribute().
| eZXMLText::eZXMLText | ( | $ | xmlData, |
| $ | contentObjectAttribute | ||
| ) |
Definition at line 43 of file ezxmltext.php.
| eZXMLText::hasAttribute | ( | $ | name | ) |
Definition at line 60 of file ezxmltext.php.
| static eZXMLText::inputHandler | ( | &$ | xmlData, |
| $ | type = false, |
||
| $ | useAlias = true, |
||
| $ | contentObjectAttribute = false |
||
| ) | [static] |
Definition at line 132 of file ezxmltext.php.
Referenced by attribute(), eZXMLInputHandler\attribute(), and eZXMLOutputHandler\attribute().
| static eZXMLText::outputHandler | ( | &$ | xmlData, |
| $ | type = false, |
||
| $ | useAlias = true, |
||
| $ | contentObjectAttribute = false |
||
| ) | [static] |
Definition at line 155 of file ezxmltext.php.
Referenced by attribute().
| eZXMLText::$ContentObjectAttribute |
Definition at line 183 of file ezxmltext.php.
| eZXMLText::$XMLAttributeID |
Definition at line 182 of file ezxmltext.php.
| eZXMLText::$XMLData |
Contains the XML data.
Definition at line 178 of file ezxmltext.php.
| eZXMLText::$XMLInputHandler |
Definition at line 180 of file ezxmltext.php.
| eZXMLText::$XMLOutputHandler |
Definition at line 181 of file ezxmltext.php.