Class XMLParser

  • All Implemented Interfaces:
    IXMLUtilsConstants

    public class XMLParser
    extends Object
    implements IXMLUtilsConstants
    This is a simple parser that can be used to parse and create in-memory DOM-like representation of an xml document. The logic for this parser is based on an adhoc implementation which requires that the XML document be well formed syntactically and does not do any further validation of any type.