|
MediaWiki
REL1_23
|


Public Member Functions | |
| __construct ($node, $xpath=false) | |
| __toString () | |
| getChildren () | |
| getChildrenOfType ($type) | |
| getFirstChild () | |
| getLength () | |
| getName () | |
| getNextSibling () | |
| getXPath () | |
| item ($i) | |
| splitArg () | |
| Split a "<part>" node into an associative array containing: | |
| splitExt () | |
| Split an "<ext>" node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes. | |
| splitHeading () | |
| Split a "<h>" node. | |
Public Attributes | |
| DOMElement | $node |
| $xpath | |
Definition at line 1597 of file Preprocessor_DOM.php.
| PPNode_DOM::__construct | ( | $ | node, |
| $ | xpath = false |
||
| ) |
Definition at line 1604 of file Preprocessor_DOM.php.
Definition at line 1618 of file Preprocessor_DOM.php.
| PPNode_DOM::getChildrenOfType | ( | $ | type | ) |
| $type |
Implements PPNode.
Definition at line 1656 of file Preprocessor_DOM.php.
Implements PPNode.
Definition at line 1663 of file Preprocessor_DOM.php.
References getXPath().
Definition at line 1611 of file Preprocessor_DOM.php.
References $node.
Referenced by getLength().
| PPNode_DOM::item | ( | $ | i | ) |
| $i |
Implements PPNode.
Definition at line 1675 of file Preprocessor_DOM.php.
Split a "<part>" node into an associative array containing:
| MWException |
Implements PPNode.
Definition at line 1700 of file Preprocessor_DOM.php.
Split an "<ext>" node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes.
Inner and close are optional.
| MWException |
Implements PPNode.
Definition at line 1722 of file Preprocessor_DOM.php.
Split a "<h>" node.
| MWException |
Implements PPNode.
Definition at line 1748 of file Preprocessor_DOM.php.
| DOMElement PPNode_DOM::$node |
Definition at line 1601 of file Preprocessor_DOM.php.
Referenced by getXPath().
| PPNode_DOM::$xpath |
Definition at line 1602 of file Preprocessor_DOM.php.