Uses of Class
org.htmlunit.xpath.xml.utils.SuballocatedIntVector
-
Packages that use SuballocatedIntVector Package Description org.htmlunit.xpath.xml.dtm.ref -
-
Uses of SuballocatedIntVector in org.htmlunit.xpath.xml.dtm.ref
Fields in org.htmlunit.xpath.xml.dtm.ref declared as SuballocatedIntVector Modifier and Type Field Description protected SuballocatedIntVector
DTMDefaultBase. m_dtmIdent
The document identity number(s).protected SuballocatedIntVector
DTMDefaultBase. m_exptype
The expanded names, one array element for each node.protected SuballocatedIntVector
DTMDefaultBase. m_firstch
First child values, one array element for each node.protected SuballocatedIntVector
DTMDefaultBase. m_namespaceDeclSetElements
SuballocatedIntVector of elements at which corresponding namespaceDeclSets were definedprotected SuballocatedIntVector
DTMDefaultBase. m_nextsib
Next sibling values, one array element for each node.protected SuballocatedIntVector
DTMDefaultBase. m_parent
Previous sibling values, one array element for each node.protected SuballocatedIntVector
DTMDefaultBase. m_prevsib
Previous sibling values, one array element for each node.Fields in org.htmlunit.xpath.xml.dtm.ref with type parameters of type SuballocatedIntVector Modifier and Type Field Description protected java.util.Vector<SuballocatedIntVector>
DTMDefaultBase. m_namespaceDeclSets
Vector of SuballocatedIntVectors of NS decl setsMethods in org.htmlunit.xpath.xml.dtm.ref that return SuballocatedIntVector Modifier and Type Method Description protected SuballocatedIntVector
DTMDefaultBase. findNamespaceContext(int elementNodeIndex)
Retrieve list of namespace declaration locations active at this node.Methods in org.htmlunit.xpath.xml.dtm.ref with parameters of type SuballocatedIntVector Modifier and Type Method Description protected int
DTMDefaultBase. findInSortedSuballocatedIntVector(SuballocatedIntVector vector, int lookfor)
Subroutine: Locate the specified node within m_namespaceDeclSetElements, or the last element which preceeds it in document order
-