Package uk.org.ogsadai.common.xml

This package provides a set of common classes for XML manipulation.

See:
          Description

Class Summary
SchemaEntityResolver A custom org.xml.sax.EntityResolver used by XMLSchemaUtilities to map a schema location to a schema document.
SimpleErrorHandler A simple SAX ErrorHandler that re-throws SAXExceptions.
XMLSchemaUtilities Contains utility methods for working with XML schema documents.
XMLUtilities A collection of helper methods for parsing to and from XML.
 

Exception Summary
XMLDocumentException An exception thrown when parsing an XML document including information on the point in the document causing the error.
XMLEmptyAttributeException An expected attribute is empty from an element in an XML document.
XMLEmptyElementException An element is empty in an XML document.
XMLFileException An exception thrown when trying to access, read or write an XML file.
XMLMissingAttributeException An expected attribute is missing from an element in an XML document.
XMLMissingElementException An expected element is missing from an XML document.
XMLParseException An exception thrown when parsing an XML document.
 

Package uk.org.ogsadai.common.xml Description

This package provides a set of common classes for XML manipulation.