Class SaxParser
Located at lass/xml/saxparser.php
public
|
#
__construct( & $input )
Creates a SaxParser object using a FileInput to represent the stream of XML data to parse. Use the static methods createFileInput or createStringInput to construct xml input source objects to supply to the constructor, or the implementor can construct them individually. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
|
#
addTagHandler(
Adds a callback function to be called when a tag is encountered. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
handleBeginElementDefault( $parser, $tagName, $attributesArray )
The default tag handler method for a tag with no handler |
public
|
#
handleEndElementDefault( $parser, $tagName )
The default tag handler method for a tag with no handler |
public
|
#
handleCharacterDataDefault( $parser, $data )
The default tag handler method for a tag with no handler |
public
|
|
public
mixed
|
public
|
$level
|
|
public
|
$parser
|
|
public
|
$isCaseFolding
|
|
public
|
$targetEncoding
|
|
public
array
|
$tagHandlers
|
#
array()
|
public
array
|
$tags
|
#
array()
|
public
|
$xmlInput
|
|
public
array
|
$errors
|
#
array()
|