Uses of Package
com.jclark.xsl.om

Packages that use com.jclark.xsl.om
com.jclark.xsl.dom A simple DOM (level 1) API for XT  
com.jclark.xsl.expr Expression parsing and evaluation  
com.jclark.xsl.om The XML object model  
com.jclark.xsl.sax The SAX (version 1) API for XT  
com.jclark.xsl.tr The transformation engine  
 

Classes in com.jclark.xsl.om used by com.jclark.xsl.dom
NameTable
          constructs (or obtains) Names for qName/namespace pairs
Node
          represents a Node in an XML document
XSLException
           
 

Classes in com.jclark.xsl.om used by com.jclark.xsl.expr
Name
          Names are the same if they have the same namespace, local part and creator.
NamespaceConstants
           
Node
          represents a Node in an XML document
NodeIterator
          represents a list of Nodes
XSLException
           
 

Classes in com.jclark.xsl.om used by com.jclark.xsl.om
Name
          Names are the same if they have the same namespace, local part and creator.
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
XSLException
           
 

Classes in com.jclark.xsl.om used by com.jclark.xsl.sax
Name
          Names are the same if they have the same namespace, local part and creator.
NamespacePrefixMap
          associates Namespaces with prefixes
NameTable
          constructs (or obtains) Names for qName/namespace pairs
Node
          represents a Node in an XML document
XSLException
           
 

Classes in com.jclark.xsl.om used by com.jclark.xsl.tr
Name
          Names are the same if they have the same namespace, local part and creator.
NamespacePrefixMap
          associates Namespaces with prefixes
NameTable
          constructs (or obtains) Names for qName/namespace pairs
NameTableImpl
          contains a NamespacePrefixMap
Node
          represents a Node in an XML document
NodeIterator
          represents a list of Nodes
XSLException