Method |
Description |
|
currentXpath ( boolean $nodesCounter = false ) : string |
Return current xpath node |
|
expandDomDocument ( string $version = "1.0", string $encoding = "UTF-8" ) : DomDocument |
Expand current node to DomDocument |
|
expandSimpleXml ( string $version = "1.0", string $encoding = "UTF-8", string $className = null ) : SimpleXMLElement |
Expand current node to SimpleXMLElement |
|
expandString ( string $version = "1.0", string $encoding = "UTF-8", string $className = null ) : SimpleXMLElement |
Expand current node to string |
|
expandXpath ( string $path, string $version = "1.0", string $encoding = "UTF-8", string $className = null ) : array(SimpleXMLElement) |
Run XPath query on current node |
|
parse ( ) : void |
Run parser |
|
read ( ) : boolean |
Moves cursor to the next node in the document. |
|
registerCallback ( string $xpath, callback $callback, integer $nodeType = XMLREADER::ELEMENT ) : SimpleXMLReader |
Add node callback |
|
unRegisterCallback ( string $xpath, integer $nodeType = XMLREADER::ELEMENT ) : SimpleXMLReader |
Remove node callback |
|