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.

Class Variable Summary


Inherited Class Variable Summary


Method Summary


Inherited Method Summary

Inherited From Class Object


Variable Detail


Method Detail