Go to the documentation of this file.
35 return var_export( $this,
true );
39 return count( $this->
value );
42 public function item( $i ) {
43 return $this->
value[$i];
67 throw new MWException( __METHOD__ .
': not supported' );
71 throw new MWException( __METHOD__ .
': not supported' );
75 throw new MWException( __METHOD__ .
': not supported' );
splitHeading()
Split an "<h>" node.
if( $inline) $status value
splitExt()
Split an "<ext>" node into an associative array containing name, attr, inner and close All values in ...
splitArg()
Split a "<part>" node into an associative array containing: name PPNode name index String index value...
getFirstChild()
Get the first child of a tree node.
getChildrenOfType( $name)
Get all children of this tree node which have a given name.
getLength()
Returns the length of the array, or false if this is not an array-type node.
There are three types of nodes:
item( $i)
Returns an item of an array-type node.
getChildren()
Get an array-type node containing the children of this node.
getName()
Get the name of this node.
getNextSibling()
Get the next sibling of any node.