Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1275 this.m_StringOfCDATASections = null; in resetSerializerBase()
1353 protected String m_StringOfCDATASections = null; field in SerializerBase
1475 if (null != m_StringOfCDATASections) in isCdataSection()
DToStream.java2835 m_StringOfCDATASections = sb.toString(); in setCdataSectionElements()
2838 initCdataElems(m_StringOfCDATASections); in setCdataSectionElements()
3596 if (m_StringOfCDATASections == null) in addCdataSectionElements()
3597 m_StringOfCDATASections = URI_and_localNames; in addCdataSectionElements()
3599 m_StringOfCDATASections += (" " + URI_and_localNames); in addCdataSectionElements()