MediaWiki  1.27.1
PPNode_Hash_Text Class Reference
Inheritance diagram for PPNode_Hash_Text:
Collaboration diagram for PPNode_Hash_Text:

Public Member Functions

 __construct ($value)
 
 __toString ()
 
 getChildren ()
 Get an array-type node containing the children of this node. More...
 
 getChildrenOfType ($name)
 Get all children of this tree node which have a given name. More...
 
 getFirstChild ()
 Get the first child of a tree node. More...
 
 getLength ()
 Returns the length of the array, or false if this is not an array-type node. More...
 
 getName ()
 Get the name of this node. More...
 
 getNextSibling ()
 Get the next sibling of any node. More...
 
 item ($i)
 Returns an item of an array-type node. More...
 
 splitArg ()
 Split a "<part>" node into an associative array containing: name PPNode name index String index value PPNode value. More...
 
 splitExt ()
 Split an "<ext>" node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes. More...
 
 splitHeading ()
 Split an "<h>" node. More...
 

Public Attributes

 $nextSibling
 
 $value
 

Detailed Description

Definition at line 1914 of file Preprocessor_Hash.php.

Constructor & Destructor Documentation

PPNode_Hash_Text::__construct (   $value)

Definition at line 1919 of file Preprocessor_Hash.php.

References $value.

Member Function Documentation

PPNode_Hash_Text::__toString ( )

Definition at line 1926 of file Preprocessor_Hash.php.

PPNode_Hash_Text::getChildren ( )

Get an array-type node containing the children of this node.

Returns false if this is not a tree node.

Returns
PPNode

Implements PPNode.

Definition at line 1934 of file Preprocessor_Hash.php.

PPNode_Hash_Text::getChildrenOfType (   $type)

Get all children of this tree node which have a given name.

Returns an array-type node, or false if this is not a tree node.

Parameters
string$type
Returns
bool|PPNode

Implements PPNode.

Definition at line 1942 of file Preprocessor_Hash.php.

PPNode_Hash_Text::getFirstChild ( )

Get the first child of a tree node.

False if there isn't one.

Returns
PPNode

Implements PPNode.

Definition at line 1938 of file Preprocessor_Hash.php.

PPNode_Hash_Text::getLength ( )

Returns the length of the array, or false if this is not an array-type node.

Implements PPNode.

Definition at line 1946 of file Preprocessor_Hash.php.

PPNode_Hash_Text::getName ( )

Get the name of this node.

The following names are defined here:

h A heading node. template A double-brace node. tplarg A triple-brace node. title The first argument to a template or tplarg node. part Subsequent arguments to a template or tplarg node. #nodelist An array-type node

The subclass may define various other names for tree and leaf nodes.

Returns
string

Implements PPNode.

Definition at line 1954 of file Preprocessor_Hash.php.

PPNode_Hash_Text::getNextSibling ( )

Get the next sibling of any node.

False if there isn't one

Returns
PPNode

Implements PPNode.

Definition at line 1930 of file Preprocessor_Hash.php.

References $nextSibling.

PPNode_Hash_Text::item (   $i)

Returns an item of an array-type node.

Parameters
int$i
Returns
bool|PPNode

Implements PPNode.

Definition at line 1950 of file Preprocessor_Hash.php.

PPNode_Hash_Text::splitArg ( )

Split a "<part>" node into an associative array containing: name PPNode name index String index value PPNode value.

Returns
array

Implements PPNode.

Definition at line 1958 of file Preprocessor_Hash.php.

PPNode_Hash_Text::splitExt ( )

Split an "<ext>" node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes.

Inner and close are optional.

Returns
array

Implements PPNode.

Definition at line 1962 of file Preprocessor_Hash.php.

PPNode_Hash_Text::splitHeading ( )

Split an "<h>" node.

Returns
array

Implements PPNode.

Definition at line 1966 of file Preprocessor_Hash.php.

Member Data Documentation

PPNode_Hash_Text::$nextSibling

Definition at line 1917 of file Preprocessor_Hash.php.

Referenced by getNextSibling().

PPNode_Hash_Text::$value

Definition at line 1917 of file Preprocessor_Hash.php.

Referenced by __construct().


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