HomeSort by relevance Sort by last modified time
    Searched refs:SuballocatedIntVector (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 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;
78 /** SuballocatedIntVector of elements at which corresponding
80 protected SuballocatedIntVector m_namespaceDeclSetElements = null;
122 protected SuballocatedIntVector m_dtmIdent;
202 m_dtmIdent= new SuballocatedIntVector(4, 1)
    [all...]
DTMManagerDefault.java 738 org.apache.xml.utils.SuballocatedIntVector ids=((DTMDefaultBase)dtm).getDTMIDs();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 19 * $Id: SuballocatedIntVector.java 468655 2006-10-28 07:12:06Z minchau $
43 public class SuballocatedIntVector
79 public SuballocatedIntVector()
92 public SuballocatedIntVector(int blocksize, int numblocks)
113 public SuballocatedIntVector(int blocksize)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 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);
261 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL);
269 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS);
270 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS);
279 //m_data = new SuballocatedIntVector(doIndexing ? (1024*2) : 512, 1024);
280 //m_data = new SuballocatedIntVector(blocksize);
284 //m_dataOrQName = new SuballocatedIntVector(blocksize)
    [all...]
SAX2DTM2.java 35 import org.apache.xml.utils.SuballocatedIntVector;
    [all...]

Completed in 142 milliseconds