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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 253 if (m_firstch.elementAt(m_currentDocumentNode) == NOTPROCESSED)
254 m_firstch.setElementAt(NULL,m_currentDocumentNode);
330 m_firstch.setSize(m_size);
SAX2DTM.java 880 m_firstch.addElement(canHaveFirstChild ? NOTPROCESSED : DTM.NULL);
911 m_firstch.setElementAt(nodeIndex,parentIndex);
    [all...]
SAX2DTM2.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 156 m_firstch.setElementAt(DTM.NULL,attrIndex);
248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex);
258 if(NOTPROCESSED == m_firstch.elementAt(parentIndex))
259 m_firstch.setElementAt(nodeIndex,parentIndex);
382 if(m_firstch.elementAt(m_last_kid)==NOTPROCESSED)
383 m_firstch.setElementAt(NULL,m_last_kid);
423 m_firstch.setElementAt(NULL,m_last_parent); // Popping from an element
457 System.out.println(i+":\t"+m_firstch.elementAt(i)+"\t"+m_nextsib.elementAt(i));
544 m_firstch.setElementAt(DTM.NULL,attrIndex);
575 m_firstch.setElementAt(DTM.NULL,attrIndex)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 64 protected SuballocatedIntVector m_firstch; field in class:DTMDefaultBase
211 m_firstch = new SuballocatedIntVector(blocksize, numblocks);
526 int info = (identity >= m_size) ? NOTPROCESSED : m_firstch.elementAt(identity);
539 info = m_firstch.elementAt(identity);
    [all...]

Completed in 253 milliseconds