Simple XML reader.
package | core |
---|
__construct(string $xml_data)
string
The XML data
endElement(object $parser)
object
The parser object (same as 'this')
pull_together(array $children) : string
array
Level of XML tree
string
The combined XMLstartElement(object $parser, string $name, array $attributes)
object
The parser object (same as 'this')
string
The name of the element found
array
Array of attributes of the element
startText(object $parser, string $data)
object
The parser object (same as 'this')
string
The text
$attribute_stack
$children_stack
$error
$gleamed
$tag_stack
$text_stack