XML_Parser2
[ class tree: XML_Parser2 ] [ index: XML_Parser2 ] [ all elements ]

Class: myParser

Source Location: /XML_Parser2-0.1.0/examples/xml_parser_file.php

Class Overview

XML_Parser2
   |
   --myParser

XML Parser class.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2002-2008 The PHP Group

Inherited Variables

Inherited Methods

Class: XML_Parser2

XML_Parser2::__construct()
PHP5 constructor
XML_Parser2::endHandler()
abstract method signature for End Handler
XML_Parser2::free()
XML_Parser2::free()
XML_Parser2::funcEndHandler()
derives and calls the End Handler function
XML_Parser2::funcStartHandler()
derives and calls the Start Handler function
XML_Parser2::parse()
Central parsing function.
XML_Parser2::parseString()
XML_Parser2::parseString()
XML_Parser2::reset()
Reset the parser.
XML_Parser2::setHandlerObj()
Sets the object, that will handle the XML events
XML_Parser2::setInput()
Sets the file handle to use with parse().
XML_Parser2::setInputFile()
Sets the input xml file to be parsed
XML_Parser2::setInputString()
XML_Parser2::setInputString()
XML_Parser2::setMode()
Sets the mode of the parser.
XML_Parser2::startHandler()
abstract method signature for Start Handler

Class Details

[line 15]
XML Parser class.

This is an XML parser based on PHP's "xml" extension, based on the bundled expat library.

Notes:

  • It requires PHP 4.0.4pl1 or greater
  • different parsing modes



[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.