Package com.microstar.xml

An obsolete and deprecated XML parser.

See:
          Description

Interface Summary
XmlHandler XML Processing Interface.
 

Class Summary
HandlerBase Convenience base class for AElfred handlers.
XmlParser Parse XML documents and return parse events through call-backs.
 

Exception Summary
XmlException Convenience exception class for reporting XML parsing errors.
 

Package com.microstar.xml Description

An obsolete and deprecated XML parser. Please use a SAX2 compliant parser such as one from org.xml.sax.helpers.XMLReaderFactory, or a SAX1 parser from { @ref MiscUtilities.parseXML(). }. This package will be removed from jEdit before 4.3 final is released.