MediaWiki  1.27.2
PPDAccum_Hash Class Reference

Public Member Functions

 __construct ()
 
 addAccum ($accum)
 Append a PPDAccum_Hash Takes over ownership of the nodes in the source argument. More...
 
 addLiteral ($s)
 Append a string literal. More...
 
 addNode (PPNode $node)
 Append a PPNode. More...
 
 addNodeWithText ($name, $value)
 Append a tree node with text contents. More...
 

Public Attributes

 $firstNode
 
 $lastNode
 

Detailed Description

Definition at line 796 of file Preprocessor_Hash.php.

Constructor & Destructor Documentation

PPDAccum_Hash::__construct ( )

Definition at line 801 of file Preprocessor_Hash.php.

Member Function Documentation

PPDAccum_Hash::addAccum (   $accum)

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

PPDAccum_Hash::addLiteral (   $s)

Append a string literal.

Parameters
string$s

Definition at line 809 of file Preprocessor_Hash.php.

References $s.

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

PPDAccum_Hash::addNode ( PPNode  $node)

Append a PPNode.

Parameters
PPNode$node

Definition at line 824 of file Preprocessor_Hash.php.

Referenced by addNodeWithText().

PPDAccum_Hash::addNodeWithText (   $name,
  $value 
)

Append a tree node with text contents.

Parameters
string$name
string$value

Definition at line 838 of file Preprocessor_Hash.php.

References $name, $value, addNode(), and PPNode_Hash_Tree\newWithText().

Member Data Documentation

PPDAccum_Hash::$firstNode

Definition at line 799 of file Preprocessor_Hash.php.

PPDAccum_Hash::$lastNode

Definition at line 799 of file Preprocessor_Hash.php.


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