XML_Parser |
![]() |
[ class tree: XML_Parser ] [ index: XML_Parser ] [ all elements ] |
![]() |
Packages: XML_Parser Classes: Files: |
[ Top ] $mode =[line 133] Mode of operation, one of "event" or "func"
[ Top ] $parser =[line 109] XML parser handle
[ Top ] $srcenc =[line 154] source encoding
[ Top ] $tgtenc =[line 161] target encoding
[ Top ] Method Detail__construct (Constructor) [line 195]
PHP5 constructor Parameters:
[ Top ]
XML_Parser (Constructor) [line 179]
Creates an XML parser. This is needed for PHP4 compatibility, it will call the constructor, when a new instance is created. Parameters:
[ Top ]
endHandler [line 565]free [line 494]funcEndHandler [line 538]funcStartHandler [line 527]parse [line 414]
Central parsing function.
[ Top ]
parseString [line 471]
XML_Parser::parseString() Parses a string.
Parameters:
[ Top ]
raiseError [line 516]
XML_Parser::raiseError() Trows a XML_Parser_Error and free's the internal resources Parameters:
[ Top ]
reset [line 309]
Reset the parser. This allows you to use one parser instance to parse multiple XML documents.
[ Top ]
setInput [line 382]
Sets the file handle to use with parse(). You should use setInputFile() or setInputString() if you pass a string
Parameters:
[ Top ]
setInputFile [line 329]
Sets the input xml file to be parsed
Parameters:
[ Top ]
setInputString [line 361]
XML_Parser::setInputString() Sets the xml input from a string Parameters:
[ Top ]
setMode [line 225]
Sets the mode of the parser. Possible modes are:
You do not need to call this method in most cases, as it's called automatically when parsing a document. You can set the mode using the second parameter in the constructor.
Parameters:
[ Top ]
startHandler [line 553]Documentation generated on Mon, 11 Mar 2019 10:15:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |