Uses of Class
org.loboevolution.apache.xml.utils.SuballocatedIntVector
-
Uses of SuballocatedIntVector in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeFieldDescriptionprotected final SuballocatedIntVector
DTMDefaultBase.m_dtmIdent
The document identity number(s).protected final SuballocatedIntVector
DTMDefaultBase.m_exptype
The expanded names, one array element for each node.protected final 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 final SuballocatedIntVector
DTMDefaultBase.m_nextsib
Next sibling values, one array element for each node.protected final 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.Modifier and TypeFieldDescriptionprotected List
<SuballocatedIntVector> DTMDefaultBase.m_namespaceDeclSets
Vector of SuballocatedIntVectors of NS decl setsModifier and TypeMethodDescriptionprotected SuballocatedIntVector
DTMDefaultBase.findNamespaceContext
(int elementNodeIndex) Retrieve list of namespace declaration locations active at this node.Modifier and TypeMethodDescriptionprotected 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