MediaWiki  REL1_21
PPDAccum_Hash Class Reference

List of all members.

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

Detailed Description

Definition at line 770 of file Preprocessor_Hash.php.


Constructor & Destructor Documentation

Definition at line 773 of file Preprocessor_Hash.php.


Member Function Documentation

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 816 of file Preprocessor_Hash.php.

Append a string literal.

Definition at line 780 of file Preprocessor_Hash.php.

Referenced by PPDStackElement_Hash\__construct(), and PPDPart_Hash\__construct().

Append a PPNode.

Definition at line 794 of file Preprocessor_Hash.php.

PPDAccum_Hash::addNodeWithText ( name,
value 
)

Append a tree node with text contents.

Definition at line 806 of file Preprocessor_Hash.php.


Member Data Documentation

PPDAccum_Hash::$firstNode

Definition at line 771 of file Preprocessor_Hash.php.

PPDAccum_Hash::$lastNode

Definition at line 771 of file Preprocessor_Hash.php.


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