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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 251 m_nextsib.setElementAt(NULL,m_currentDocumentNode);
257 m_nextsib.setElementAt(DTM.NULL,m_previous);
331 m_nextsib.setSize(m_size);
SAX2DTM.java 881 m_nextsib.addElement(NOTPROCESSED);
891 m_nextsib.setElementAt(nodeIndex,previousSibling);
    [all...]
SAX2DTM2.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 160 m_nextsib.setElementAt(DTM.NULL,attrIndex);
249 m_nextsib.setElementAt(NOTPROCESSED,nodeIndex);
301 m_nextsib.setElementAt(nodeIndex,previousSibling);
425 m_nextsib.setElementAt(NULL,m_last_kid); // Popping from anything else
449 m_nextsib.setElementAt(NULL,0);
457 System.out.println(i+":\t"+m_firstch.elementAt(i)+"\t"+m_nextsib.elementAt(i));
579 m_nextsib.setElementAt(DTM.NULL,attrIndex);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 67 protected SuballocatedIntVector m_nextsib; field in class:DTMDefaultBase
212 m_nextsib = new SuballocatedIntVector(blocksize, numblocks);
558 int info = (identity >= m_size) ? NOTPROCESSED : m_nextsib.elementAt(identity);
571 info = m_nextsib.elementAt(identity);
    [all...]

Completed in 1051 milliseconds