Uses of Class
org.htmlunit.xpath.xml.dtm.ref.ExtendedType
-
Packages that use ExtendedType Package Description org.htmlunit.xpath.xml.dtm.ref -
-
Uses of ExtendedType in org.htmlunit.xpath.xml.dtm.ref
Fields in org.htmlunit.xpath.xml.dtm.ref declared as ExtendedType Modifier and Type Field Description (package private) ExtendedTypeExpandedNameTable. hashETWorkspace for lookup.(package private) ExtendedTypeExpandedNameTable.HashEntry. keyprivate static ExtendedType[]ExpandedNameTable. m_defaultExtendedTypesThe array to store the default extended types.private ExtendedType[]ExpandedNameTable. m_extendedTypesArray of extended types for this documentMethods in org.htmlunit.xpath.xml.dtm.ref with parameters of type ExtendedType Modifier and Type Method Description booleanExtendedType. equals(ExtendedType other)Test if this ExtendedType object is equal to the given ExtendedType.Constructors in org.htmlunit.xpath.xml.dtm.ref with parameters of type ExtendedType Constructor Description HashEntry(ExtendedType key, int value, int hash, ExpandedNameTable.HashEntry next)
-