Uses of Class
org.htmlunit.xpath.xml.dtm.ref.ExpandedNameTable
-
Packages that use ExpandedNameTable Package Description org.htmlunit.xpath.xml.dtm.ref -
-
Uses of ExpandedNameTable in org.htmlunit.xpath.xml.dtm.ref
Fields in org.htmlunit.xpath.xml.dtm.ref declared as ExpandedNameTable Modifier and Type Field Description protected ExpandedNameTable
DTMDefaultBase. m_expandedNameTable
The table for exandedNameID lookups.private ExpandedNameTable
DTMManagerDefault. m_expandedNameTable
The default table for exandedNameID lookups.Methods in org.htmlunit.xpath.xml.dtm.ref that return ExpandedNameTable Modifier and Type Method Description ExpandedNameTable
DTMManagerDefault. getExpandedNameTable()
-