[XML_Parser] element index

Package indexes

All elements
a e f g h m p r s t x _
_
top
Variable $_handlerObj
handler object
Method __construct
PHP5 constructor
a
top
Method addToData
add some string to the current ddata.
e
top
Variable $error_message_prefix
prefix for all messages
Method endHandler
f
top
Variable $folding
XML_Parser::$folding in Parser.php
Whether to do case folding
Variable $fp
XML_Parser::$fp in Parser.php
File handle if parsing from a file
Method free
XML_Parser::free() in Parser.php
XML_Parser::free()
Method funcEndHandler
Method funcStartHandler
g
top
Method getCurrentDepth
get the current tag depth
h
top
Variable $handler
XML_Parser::$handler in Parser.php
Mapping from expat handler function to class method.
Variable $handler
Mapping from expat handler function to class method.
Method handleElement
handle a tag
m
top
Variable $mode
XML_Parser::$mode in Parser.php
Mode of operation, one of "event" or "func"
p
top
Variable $parser
XML_Parser::$parser in Parser.php
XML parser handle
Method parse
XML_Parser::parse() in Parser.php
Central parsing function.
Method parseString
XML_Parser::parseString()
Page Parser.php
Parser.php in Parser.php
r
top
Method raiseError
XML_Parser::raiseError()
Method reset
Reset the parser.
Method reset
XML_Parser::reset() in Parser.php
Reset the parser.
s
top
Variable $srcenc
XML_Parser::$srcenc in Parser.php
source encoding
Page Simple.php
Simple.php in Simple.php
Method setHandlerObj
Sets the object, that will handle the XML events
Method setInput
Sets the file handle to use with parse().
Method setInputFile
Sets the input xml file to be parsed
Method setInputString
XML_Parser::setInputString()
Method setMode
XML_Parser::setMode() in Parser.php
Sets the mode of the parser.
Method startHandler
t
top
Variable $tgtenc
XML_Parser::$tgtenc in Parser.php
target encoding
x
top
Method XML_Parser
Creates an XML parser.
Class XML_Parser
XML_Parser in Parser.php
XML Parser class.
Method XML_Parser_Error
construct a new error instance
Class XML_Parser_Error
XML_Parser_Error in Parser.php
error class, replaces PEAR_Error
Constant XML_PARSER_ERROR_FILE_NOT_READABLE
specified file could not be read
Constant XML_PARSER_ERROR_INVALID_ENCODING
invalid encoding was given
Constant XML_PARSER_ERROR_INVALID_INPUT
invalid input
Constant XML_PARSER_ERROR_NO_RESOURCE
resource could not be created
Constant XML_PARSER_ERROR_REMOTE
remote file cannot be retrieved in safe mode
Constant XML_PARSER_ERROR_UNSUPPORTED_MODE
unsupported mode
Method XML_Parser_Simple
Creates an XML parser.
Class XML_Parser_Simple
XML_Parser_Simple in Simple.php
Simple XML parser class.
a e f g h m p r s t x _