Searched refs:m_isCdataSection (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemContext.java87 boolean m_isCdataSection; field in class:ElemContext
215 frame.m_isCdataSection = false;
H A DToXMLSAXHandler.java528 if (m_elemContext.m_isCdataSection && !m_cdataTagOpen
677 m_elemContext.m_isCdataSection = isCdataSection();
H A DToStream.java1418 if (m_cdataStartCalled || m_elemContext.m_isCdataSection)
2639 m_elemContext.m_isCdataSection = isCdataSection();
H A DToHTMLStream.java1814 m_elemContext.m_isCdataSection = isCdataSection();

Completed in 81 milliseconds