Uses of Class
org.htmlunit.xpath.xml.dtm.ref.ExpandedNameTable.HashEntry
-
Packages that use ExpandedNameTable.HashEntry Package Description org.htmlunit.xpath.xml.dtm.ref -
-
Uses of ExpandedNameTable.HashEntry in org.htmlunit.xpath.xml.dtm.ref
Fields in org.htmlunit.xpath.xml.dtm.ref declared as ExpandedNameTable.HashEntry Modifier and Type Field Description private ExpandedNameTable.HashEntry[]
ExpandedNameTable. m_table
The internal array to store the hash entries.(package private) ExpandedNameTable.HashEntry
ExpandedNameTable.HashEntry. next
Constructors in org.htmlunit.xpath.xml.dtm.ref with parameters of type ExpandedNameTable.HashEntry Constructor Description HashEntry(ExtendedType key, int value, int hash, ExpandedNameTable.HashEntry next)
-