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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DElemContext.java86 boolean m_isCdataSection; field in class:ElemContext
214 frame.m_isCdataSection = false;
H A DToXMLSAXHandler.java532 if (m_elemContext.m_isCdataSection && !m_cdataTagOpen
681 m_elemContext.m_isCdataSection = isCdataSection();
H A DToStream.java1390 if (m_cdataStartCalled || m_elemContext.m_isCdataSection)
2459 m_elemContext.m_isCdataSection = isCdataSection();
H A DToHTMLStream.java1766 m_elemContext.m_isCdataSection = isCdataSection();

Completed in 271 milliseconds