Object
|
--XmlParser
|
--SaxParser
Classes extended from SaxParser: xmlJapha 1.0Ryan Gantt
@void parse()
void parseFile()
void parserCreate()
void parserFree()
void setCharacterDataHandler()
void setElementHandler()
void setObject()
void setOption()
void __construct()
Parses a part of an xml file... Namely the part before the !end flag
public
Parses the entire contents of an xml file
public
Overrides: XmlParser::parserCreate()
Creates a new instance of the Sax Parser
ParserAlreadyExistsException if there is already an instance of the parser
public
Delets (frees) the current instance of the parser
ParserNotCreatedException if no parser has been instantiated
public
Sets the method of the default character data handler
public
Sets the method of the default element tag handler
public
Sets a boolean option on the parser
ParserNotCreatedException if there is no instance of the xml parser
@
public
Overrides: XmlParser::__construct()
Creates a new instance of the XML parser on the passed file path
public