Class XmlParser
Object
|
--XmlParser
Classes extended from XmlParser: SaxParser
Location: Program_Root/xml/XmlParser.php
Defines the guidelines that all XML parsing classes must follow.
The main point of an XML parser is to, obviously, run over XML
data and handle element opening and closing tags, and handle the
character data within those tags, until E.O.F. is reached.
- Package:
xml
- Matrix:
I don't even see the code anymore
- Since:
Japha 1.0
@
- Author:
Ryan Gantt
@
Class Variable Summary
Inherited Class Variable Summary
Method Summary
Inherited Method Summary
Inherited From Class Object
Variable Detail
Method Detail