|
eZ Publish
[trunk]
|
Public Member Functions | |
| addAvailableClass ($tagName, $class) | |
| addCustomAttribute ($element, $attrName) | |
| attrDefaultValue ($tagName, $attrName) | |
| attrDefaultValues ($tagName) | |
| attributes ($element) | |
| availableElements () | |
| check ($parent, $child) | |
| childrenRequired ($element) | |
| customAttributes ($element) | |
| exists ($element) | |
| eZXMLSchema () | |
| getClassesList ($tagName) | |
| hasAttributes ($element) | |
| isInline ($element) | |
Static Public Member Functions | |
| static | instance () |
| Returns a shared instance of the eZXMLSchema class. | |
Public Attributes | |
| $Schema | |
Definition at line 11 of file ezxmlschema.php.
| eZXMLSchema::addAvailableClass | ( | $ | tagName, |
| $ | class | ||
| ) |
Definition at line 407 of file ezxmlschema.php.
| eZXMLSchema::addCustomAttribute | ( | $ | element, |
| $ | attrName | ||
| ) |
Definition at line 415 of file ezxmlschema.php.
| eZXMLSchema::attrDefaultValue | ( | $ | tagName, |
| $ | attrName | ||
| ) |
Definition at line 356 of file ezxmlschema.php.
| eZXMLSchema::attrDefaultValues | ( | $ | tagName | ) |
Definition at line 364 of file ezxmlschema.php.
| eZXMLSchema::attributes | ( | $ | element | ) |
Definition at line 329 of file ezxmlschema.php.
Definition at line 394 of file ezxmlschema.php.
| eZXMLSchema::check | ( | $ | parent, |
| $ | child | ||
| ) |
Checks if one element is allowed to be a child of another
| $parent | parent element: DOMNode or string |
| $child | child element: DOMNode or string |
Definition at line 266 of file ezxmlschema.php.
| eZXMLSchema::childrenRequired | ( | $ | element | ) |
Definition at line 313 of file ezxmlschema.php.
| eZXMLSchema::customAttributes | ( | $ | element | ) |
Definition at line 334 of file ezxmlschema.php.
| eZXMLSchema::exists | ( | $ | element | ) |
Definition at line 372 of file ezxmlschema.php.
Definition at line 142 of file ezxmlschema.php.
Referenced by instance().
| eZXMLSchema::getClassesList | ( | $ | tagName | ) |
Definition at line 399 of file ezxmlschema.php.
| eZXMLSchema::hasAttributes | ( | $ | element | ) |
Definition at line 321 of file ezxmlschema.php.
| static eZXMLSchema::instance | ( | ) | [static] |
Returns a shared instance of the eZXMLSchema class.
Definition at line 220 of file ezxmlschema.php.
Referenced by eZXMLInputParser\eZXMLInputParser(), eZXMLSchema(), eZXMLOutputHandler\outputText(), and eZSimplifiedXMLEditOutput\performOutput().
| eZXMLSchema::isInline | ( | $ | element | ) |
Definition at line 231 of file ezxmlschema.php.
Referenced by check().
| eZXMLSchema::$Schema |
Definition at line 13 of file ezxmlschema.php.