Package org.dhmp.util.xml

Provides the classes for handling XML.

See:
          Description

Class Summary
Attribute Wrapper class used for XML attribute.
Comment Wrapper class used for XML attribute.
ElementValue Wrapper class used for elment value.
Schema Schema represents the XML Schema document and can be used to validate the syntax and several other constraints for HierarchicalMap.
SchemaCollection Container for parsed schema.
SQLSchema This is similar to Schema, however it accepts some extension over xml schema to allow definition of output parameters.
 

Exception Summary
SchemaException Thrown when Exception occurs while validating HierarchicalMap against XML Schema.
 

Package org.dhmp.util.xml Description

Provides the classes for handling XML. This is composed by some wrapper classes to represent XML specific entities like attributes, and element values and schema handling classes to validate HierarchicalMap against XML Schema Document.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: