Home
last modified time | relevance | path

Searched refs:m_textType (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java111 transient protected int m_textType = DTM.TEXT_NODE; field in SAX2DTM
1545 m_textType = m_coalescedTextType = DTM.TEXT_NODE; in charactersFlush()
2073 m_coalescedTextType = m_textType; in characters()
2079 else if (m_textType == DTM.TEXT_NODE) in characters()
2419 m_textType = DTM.CDATA_SECTION_NODE; in startCDATA()
2430 m_textType = DTM.TEXT_NODE; in endCDATA()
DSAX2DTM2.java2435 m_textType = m_coalescedTextType = DTM.TEXT_NODE; in charactersFlush()