Home
last modified time | relevance | path

Searched refs:m_previous (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java97 transient protected int m_previous = 0; field in SAX2DTM
1535 m_previous = addNode(m_coalescedTextType, exName, in charactersFlush()
1536 m_parents.peek(), m_previous, dataIndex, false); in charactersFlush()
1698 m_previous = DTM.NULL; in startDocument()
1722 if (DTM.NULL != m_previous) in endDocument()
1723 m_nextsib.setElementAt(DTM.NULL,m_previous); in endDocument()
1884 m_parents.peek(), m_previous, prefixIndex, true); in startElement()
1995 m_previous = DTM.NULL; in startElement()
2039 int lastNode = m_previous; in endElement()
2041 m_previous = m_parents.pop(); in endElement()
[all …]
DSAX2DTM2.java2094 m_parents.peek(), m_previous, prefixIndex, true); in startElement()
2201 m_previous = DTM.NULL; in startElement()
2241 m_previous = m_parents.pop(); in endElement()
2271 m_previous = addNode(DTM.COMMENT_NODE, DTM.COMMENT_NODE, in comment()
2272 m_parents.peek(), m_previous, dataIndex, false); in comment()
2290 m_previous = DTM.NULL; in startDocument()
2415 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE, in charactersFlush()
2416 m_parents.peek(), m_previous, in charactersFlush()
2424 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE, in charactersFlush()
2425 m_parents.peek(), m_previous, -dataIndex, false); in charactersFlush()
[all …]
DSAX2RTFDTM.java256 if (DTM.NULL != m_previous) in endDocument()
257 m_nextsib.setElementAt(DTM.NULL,m_previous); in endDocument()