Public Member Functions | |
__construct ($value) | |
__toString () | |
getNextSibling () | |
Get the next sibling of any node. | |
getChildren () | |
Get an array-type node containing the children of this node. | |
getFirstChild () | |
Get the first child of a tree node. | |
getChildrenOfType ($name) | |
Get all children of this tree node which have a given name. | |
getLength () | |
Returns the length of the array, or false if this is not an array-type node. | |
item ($i) | |
Returns an item of an array-type node. | |
getName () | |
Get the name of this node. | |
splitArg () | |
Split a <part> node into an associative array containing: name PPNode name index String index value PPNode value. | |
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 an <h> node. | |
Public Attributes | |
$value | |
$nextSibling |
Definition at line 1513 of file Preprocessor_Hash.php.
PPNode_Hash_Text::__construct | ( | $ | value | ) |
PPNode_Hash_Text::__toString | ( | ) |
Definition at line 1523 of file Preprocessor_Hash.php.
PPNode_Hash_Text::getChildren | ( | ) |
Get an array-type node containing the children of this node.
Returns false if this is not a tree node.
Implements PPNode.
Definition at line 1531 of file Preprocessor_Hash.php.
PPNode_Hash_Text::getChildrenOfType | ( | $ | type | ) |
Get all children of this tree node which have a given name.
Returns an array-type node, or false if this is not a tree node.
Implements PPNode.
Definition at line 1533 of file Preprocessor_Hash.php.
PPNode_Hash_Text::getFirstChild | ( | ) |
Get the first child of a tree node.
False if there isn't one.
Implements PPNode.
Definition at line 1532 of file Preprocessor_Hash.php.
PPNode_Hash_Text::getLength | ( | ) |
Returns the length of the array, or false if this is not an array-type node.
Implements PPNode.
Definition at line 1534 of file Preprocessor_Hash.php.
PPNode_Hash_Text::getName | ( | ) |
Get the name of this node.
The following names are defined here:
h A heading node. template A double-brace node. tplarg A triple-brace node. title The first argument to a template or tplarg node. part Subsequent arguments to a template or tplarg node. nodelist An array-type node
The subclass may define various other names for tree and leaf nodes.
Implements PPNode.
Definition at line 1536 of file Preprocessor_Hash.php.
PPNode_Hash_Text::getNextSibling | ( | ) |
Get the next sibling of any node.
False if there isn't one
Implements PPNode.
Definition at line 1527 of file Preprocessor_Hash.php.
PPNode_Hash_Text::item | ( | $ | i | ) |
Returns an item of an array-type node.
Implements PPNode.
Definition at line 1535 of file Preprocessor_Hash.php.
PPNode_Hash_Text::splitArg | ( | ) |
Split a <part> node into an associative array containing: name PPNode name index String index value PPNode value.
Implements PPNode.
Definition at line 1537 of file Preprocessor_Hash.php.
PPNode_Hash_Text::splitExt | ( | ) |
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.
Implements PPNode.
Definition at line 1538 of file Preprocessor_Hash.php.
PPNode_Hash_Text::splitHeading | ( | ) |
PPNode_Hash_Text::$nextSibling |
Definition at line 1514 of file Preprocessor_Hash.php.
PPNode_Hash_Text::$value |