Home
last modified time | relevance | path

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

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