Uses of Class
org.apache.xml.dtm.ref.ExtendedType

Packages that use ExtendedType
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.sax2dtm   
 

Uses of ExtendedType in org.apache.xml.dtm.ref
 

Fields in org.apache.xml.dtm.ref declared as ExtendedType
(package private)  ExtendedType ExpandedNameTable.hashET
          Workspace for lookup.
(package private)  ExtendedType ExpandedNameTable.HashEntry.key
           
private static ExtendedType[] ExpandedNameTable.m_defaultExtendedTypes
          The array to store the default extended types.
private  ExtendedType[] ExpandedNameTable.m_extendedTypes
          Array of extended types for this document
 

Methods in org.apache.xml.dtm.ref that return ExtendedType
 ExtendedType[] ExpandedNameTable.getExtendedTypes()
          Return the array of extended types
 

Methods in org.apache.xml.dtm.ref with parameters of type ExtendedType
 boolean ExtendedType.equals(ExtendedType other)
          Test if this ExtendedType object is equal to the given ExtendedType.
 

Constructors in org.apache.xml.dtm.ref with parameters of type ExtendedType
ExpandedNameTable.HashEntry(ExtendedType key, int value, int hash, ExpandedNameTable.HashEntry next)
           
 

Uses of ExtendedType in org.apache.xml.dtm.ref.sax2dtm
 

Fields in org.apache.xml.dtm.ref.sax2dtm declared as ExtendedType
protected  ExtendedType[] SAX2DTM2.m_extendedTypes