Package org.retro.xml

Provides classes for SAX-based XML manipulation, the third-party libraries provided in the 'lib' directory will be used more extensively then these libraries, these SAX classes provided are still robust; also included are easy-to-use DOM routines and other BOT based classes.

See:
          Description

Interface Summary
AttributeList  
Attributes  
ContentHandler Receive notification of the logical content of a document.
DocumentHandler  
DTDHandler Receive notification of basic DTD-related events.
EntityResolver Basic interface for resolving entities.
ErrorHandler Basic interface for SAX error handlers.
Locator Interface for associating a SAX event with a document location.
Parser  
XMLFilter Interface for an XML filter.
XmlHandler XML Processing Interface.
XMLReader  
 

Class Summary
HandlerBase  
InputSource A single input source for an XML entity.
NewDOMParser  
NewXMLUtility Misc routines for parsing DOM documents, including writing an XML document to string/file.
SAXDriver  
SAXHandlerBase  
SimpleHandler  
XmlParser Parse XML documents and return parse events through call-backs.
 

Exception Summary
SAXException Encapsulate a general SAX error or warning.
SAXNotRecognizedException Exception class for an unrecognized identifier.
SAXNotSupportedException Exception class for an unsupported operation.
SAXParseException Encapsulate an XML parse error or warning.
XmlException Convenience exception class for reporting XML parsing errors.
 

Package org.retro.xml Description

Provides classes for SAX-based XML manipulation, the third-party libraries provided in the 'lib' directory will be used more extensively then these libraries, these SAX classes provided are still robust; also included are easy-to-use DOM routines and other BOT based classes.