MediaWiki  REL1_24
PPDAccum_Hash Class Reference

More...

List of all members.

Public Member Functions

 __construct ()
 addAccum ($accum)
 Append a PPDAccum_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

Detailed Description

Definition at line 836 of file Preprocessor_Hash.php.


Constructor & Destructor Documentation

Definition at line 841 of file Preprocessor_Hash.php.


Member Function Documentation

Append a PPDAccum_Hash Takes over ownership of the nodes in the source argument.

These nodes may subsequently be modified, especially nextSibling.

Parameters:
PPDAccum_Hash$accum

Definition at line 889 of file Preprocessor_Hash.php.

Append a string literal.

Parameters:
string$s

Definition at line 849 of file Preprocessor_Hash.php.

Referenced by PPDPart_Hash\__construct().

Append a PPNode.

Parameters:
PPNode$node

Definition at line 864 of file Preprocessor_Hash.php.

PPDAccum_Hash::addNodeWithText ( name,
value 
)

Append a tree node with text contents.

Parameters:
string$name
string$value

Definition at line 878 of file Preprocessor_Hash.php.


Member Data Documentation

PPDAccum_Hash::$firstNode

Definition at line 839 of file Preprocessor_Hash.php.

PPDAccum_Hash::$lastNode

Definition at line 839 of file Preprocessor_Hash.php.


The documentation for this class was generated from the following file: