Package com.jclark.xsl.om

The XML object model

See:
          Description

Interface Summary
Name Names are the same if they have the same namespace, local part and creator.
NamespaceConstants  
NamespacePrefixMap associates Namespaces with prefixes
NameTable constructs (or obtains) Names for qName/namespace pairs
Node represents a Node in an XML document
NodeIterator represents a list of Nodes
SafeNodeIterator represents a list of Nodes -- the next() function promises to not throw an exception
 

Class Summary
NameTableImpl contains a NamespacePrefixMap
 

Exception Summary
XSLException  
 

Package com.jclark.xsl.om Description

The XML object model

This package provides the APIs of the XML object model used internally by XT code.