Class XmlParserBase

All Implemented Interfaces:
IParser
Direct Known Subclasses:
XmlParser

public abstract class XmlParserBase extends ParserBase implements IParser
General parser for XML content. You instantiate an XmlParser of these, but you actually use parse or parseGeneral defined on this class The two classes are separated to keep generated and manually maintained code apart.