Searched refs:m_firstch (Results 1 – 5 of 5) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 156 m_firstch.setElementAt(DTM.NULL,attrIndex); in DOM2DTM() 248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex); in addNode() 258 if(NOTPROCESSED == m_firstch.elementAt(parentIndex)) in addNode() 259 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode() 382 if(m_firstch.elementAt(m_last_kid)==NOTPROCESSED) in nextNode() 383 m_firstch.setElementAt(NULL,m_last_kid); in nextNode() 423 m_firstch.setElementAt(NULL,m_last_parent); // Popping from an element in nextNode() 457 System.out.println(i+":\t"+m_firstch.elementAt(i)+"\t"+m_nextsib.elementAt(i)); in nextNode() 544 m_firstch.setElementAt(DTM.NULL,attrIndex); in nextNode() 575 m_firstch.setElementAt(DTM.NULL,attrIndex); in nextNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2RTFDTM.java | 253 if (m_firstch.elementAt(m_currentDocumentNode) == NOTPROCESSED) in endDocument() 254 m_firstch.setElementAt(NULL,m_currentDocumentNode); in endDocument() 330 m_firstch.setSize(m_size); in popRewindMark()
|
D | SAX2DTM.java | 880 m_firstch.addElement(canHaveFirstChild ? NOTPROCESSED : DTM.NULL); in addNode() 911 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode() 1719 if (m_firstch.elementAt(0) == NOTPROCESSED) in endDocument() 1720 m_firstch.setElementAt(NULL,0); in endDocument() 2045 m_firstch.setElementAt(DTM.NULL,m_previous); in endElement()
|
D | SAX2DTM2.java | 1891 m_firstch_map0 = m_firstch.getMap0(); in SAX2DTM2() 2311 m_firstch.addElement(NULL); in endDocument() 2317 m_firstch_map = m_firstch.getMap(); in endDocument() 2349 m_firstch.addElement(DTM.NULL); in addNode() 2379 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBase.java | 64 protected SuballocatedIntVector m_firstch; field in DTMDefaultBase 211 m_firstch = new SuballocatedIntVector(blocksize, numblocks); in DTMDefaultBase() 526 int info = (identity >= m_size) ? NOTPROCESSED : m_firstch.elementAt(identity); in _firstch() 539 info = m_firstch.elementAt(identity); in _firstch()
|