Public Member Functions | |
__construct () | |
addLiteral ($s) | |
Append a string literal. | |
addNode (PPNode $node) | |
Append a PPNode. | |
addNodeWithText ($name, $value) | |
Append a tree node with text contents. | |
addAccum ($accum) | |
Append a PPAccum_Hash Takes over ownership of the nodes in the source argument. | |
Public Attributes | |
$firstNode | |
$lastNode |
Definition at line 725 of file Preprocessor_Hash.php.
PPDAccum_Hash::__construct | ( | ) |
Definition at line 728 of file Preprocessor_Hash.php.
PPDAccum_Hash::addAccum | ( | $ | accum | ) |
Append a PPAccum_Hash Takes over ownership of the nodes in the source argument.
These nodes may subsequently be modified, especially nextSibling.
Definition at line 771 of file Preprocessor_Hash.php.
PPDAccum_Hash::addLiteral | ( | $ | s | ) |
PPDAccum_Hash::addNode | ( | PPNode $ | node | ) |
Append a PPNode.
Definition at line 749 of file Preprocessor_Hash.php.
Referenced by addNodeWithText().
PPDAccum_Hash::addNodeWithText | ( | $ | name, | |
$ | value | |||
) |
Append a tree node with text contents.
Definition at line 761 of file Preprocessor_Hash.php.
References $name, addNode(), and PPNode_Hash_Tree::newWithText().
PPDAccum_Hash::$firstNode |
Definition at line 726 of file Preprocessor_Hash.php.
PPDAccum_Hash::$lastNode |
Definition at line 726 of file Preprocessor_Hash.php.