Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:TEXT_NODE

111   transient protected int m_textType = DTM.TEXT_NODE;
117 transient protected int m_coalescedTextType = DTM.TEXT_NODE;
835 return (DTM.TEXT_NODE == type || DTM.CDATA_SECTION_NODE == type);
1532 int exName = m_expandedNameTable.getExpandedTypeID(DTM.TEXT_NODE);
1545 m_textType = m_coalescedTextType = DTM.TEXT_NODE;
2079 else if (m_textType == DTM.TEXT_NODE)
2081 m_coalescedTextType = DTM.TEXT_NODE;
2430 m_textType = DTM.TEXT_NODE;