MediaWiki
REL1_22
|
Public Member Functions | |
__construct () | |
addAccum ($accum) | |
Append a PPAccum_Hash Takes over ownership of the nodes in the source argument. | |
addLiteral ($s) | |
Append a string literal. | |
addNode (PPNode $node) | |
Append a PPNode. | |
addNodeWithText ($name, $value) | |
Append a tree node with text contents. | |
Public Attributes | |
$firstNode | |
$lastNode |
Definition at line 807 of file Preprocessor_Hash.php.
Definition at line 810 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 853 of file Preprocessor_Hash.php.
PPDAccum_Hash::addLiteral | ( | $ | s | ) |
Append a string literal.
Definition at line 817 of file Preprocessor_Hash.php.
Referenced by PPDStackElement_Hash\__construct(), and PPDPart_Hash\__construct().
PPDAccum_Hash::addNode | ( | PPNode $ | node | ) |
Append a PPNode.
Definition at line 831 of file Preprocessor_Hash.php.
PPDAccum_Hash::addNodeWithText | ( | $ | name, |
$ | value | ||
) |
Append a tree node with text contents.
Definition at line 843 of file Preprocessor_Hash.php.
PPDAccum_Hash::$firstNode |
Definition at line 808 of file Preprocessor_Hash.php.
PPDAccum_Hash::$lastNode |
Definition at line 808 of file Preprocessor_Hash.php.