Searched refs:SuballocatedIntVector (Results 1 – 5 of 5) sorted by relevance
24 import org.apache.xml.utils.SuballocatedIntVector;61 protected SuballocatedIntVector m_exptype;64 protected SuballocatedIntVector m_firstch;67 protected SuballocatedIntVector m_nextsib;70 protected SuballocatedIntVector m_prevsib;73 protected SuballocatedIntVector m_parent;80 protected SuballocatedIntVector m_namespaceDeclSetElements = null;122 protected SuballocatedIntVector m_dtmIdent;202 m_dtmIdent= new SuballocatedIntVector(4, 1); in DTMDefaultBase()207 m_dtmIdent= new SuballocatedIntVector(32); in DTMDefaultBase()[all …]
738 org.apache.xml.utils.SuballocatedIntVector ids=((DTMDefaultBase)dtm).getDTMIDs(); in release()
43 public class SuballocatedIntVector class79 public SuballocatedIntVector() in SuballocatedIntVector() method in SuballocatedIntVector92 public SuballocatedIntVector(int blocksize, int numblocks) in SuballocatedIntVector() method in SuballocatedIntVector113 public SuballocatedIntVector(int blocksize) in SuballocatedIntVector() method in SuballocatedIntVector
34 import org.apache.xml.utils.SuballocatedIntVector;87 protected SuballocatedIntVector m_data;140 protected SuballocatedIntVector m_dataOrQName;260 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL); in SAX2DTM()261 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL); in SAX2DTM()269 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS); in SAX2DTM()270 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS); in SAX2DTM()
35 import org.apache.xml.utils.SuballocatedIntVector;3254 ((SuballocatedIntVector)m_namespaceDeclSets.elementAt(0)) in copyNS()3258 SuballocatedIntVector nsContext = null; in copyNS()