XMLParserHandler Class Reference

Inheritance diagram for XMLParserHandler:

XMLParserDOMHandler

List of all members.

Public Member Functions

 characterData (&$parser, $data)
 endElement (&$parser, $tag)
getResult ()
 startElement (&$parser, $tag, $attributes)


Detailed Description

Interface for handler class used by XMLParser. All XML parser handler classes must implement these methods.

Definition at line 181 of file XMLParser.inc.php.


Member Function Documentation

XMLParserHandler.characterData ( &$  parser,
data 
)

Callback function to act as the character data handler.

Reimplemented in XMLParserDOMHandler.

Definition at line 198 of file XMLParser.inc.php.

XMLParserHandler.endElement ( &$  parser,
tag 
)

Callback function to act as the end element handler.

Reimplemented in XMLParserDOMHandler.

Definition at line 192 of file XMLParser.inc.php.

& XMLParserHandler.getResult (  ) 

Returns a resulting data structure representing the parsed content. The format of this object is specific to the handler.

Returns:
mixed

Reimplemented in XMLParserDOMHandler.

Definition at line 206 of file XMLParser.inc.php.

XMLParserHandler.startElement ( &$  parser,
tag,
attributes 
)

Callback function to act as the start element handler.

Reimplemented in XMLParserDOMHandler.

Definition at line 186 of file XMLParser.inc.php.


The documentation for this class was generated from the following file:

Generated on Mon Jul 14 10:55:49 2008 for Open Journal Systems by  doxygen 1.5.6