Uses of Class
org.loboevolution.apache.xml.utils.SuballocatedIntVector
Packages that use SuballocatedIntVector
-
Uses of SuballocatedIntVector in org.loboevolution.apache.xml.dtm.ref
Fields in org.loboevolution.apache.xml.dtm.ref declared as SuballocatedIntVectorModifier and TypeFieldDescriptionprotected final SuballocatedIntVectorDTMDefaultBase.m_dtmIdentThe document identity number(s).protected final SuballocatedIntVectorDTMDefaultBase.m_exptypeThe expanded names, one array element for each node.protected final SuballocatedIntVectorDTMDefaultBase.m_firstchFirst child values, one array element for each node.protected SuballocatedIntVectorDTMDefaultBase.m_namespaceDeclSetElementsSuballocatedIntVector of elements at which corresponding namespaceDeclSets were definedprotected final SuballocatedIntVectorDTMDefaultBase.m_nextsibNext sibling values, one array element for each node.protected final SuballocatedIntVectorDTMDefaultBase.m_parentPrevious sibling values, one array element for each node.protected SuballocatedIntVectorDTMDefaultBase.m_prevsibPrevious sibling values, one array element for each node.Fields in org.loboevolution.apache.xml.dtm.ref with type parameters of type SuballocatedIntVectorModifier and TypeFieldDescriptionprotected List<SuballocatedIntVector> DTMDefaultBase.m_namespaceDeclSetsVector of SuballocatedIntVectors of NS decl setsMethods in org.loboevolution.apache.xml.dtm.ref that return SuballocatedIntVectorModifier and TypeMethodDescriptionprotected SuballocatedIntVectorDTMDefaultBase.findNamespaceContext(int elementNodeIndex) Retrieve list of namespace declaration locations active at this node.Methods in org.loboevolution.apache.xml.dtm.ref with parameters of type SuballocatedIntVectorModifier and TypeMethodDescriptionprotected intDTMDefaultBase.findInSortedSuballocatedIntVector(SuballocatedIntVector vector, int lookfor) Subroutine: Locate the specified node within m_namespaceDeclSetElements, or the last element which preceeds it in document order