Package org.dvb.xml.jdom

Provides access to XML via DOM in a way supporting the Java language's strong typing.

See:
          Description

Interface Summary
Attribute Class that represents one XML Attribute.
Element Interface that represents one XML Element.
Namespace Interface for prefix and URI of XML Schemas, and also a container for the prefix and URI values of "well known" namespaces.
Node Interface that represents the common access methods for both Attributes and Elements.
UnknownElementContent Interface that provides access to Unknown Element Content corresponding to unknown schemas.
 

Package org.dvb.xml.jdom Description

Provides access to XML via DOM in a way supporting the Java language's strong typing.