Home
last modified time | relevance | path

Searched refs:m_needToCallStartDocument (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToSAXHandler.java93 if (m_needToCallStartDocument) in startDocumentInternal()
98 m_needToCallStartDocument = false; in startDocumentInternal()
271 if (m_needToCallStartDocument) in flushPending()
274 m_needToCallStartDocument = false; in flushPending()
370 m_needToCallStartDocument = false; in fatalError()
DToUnknownStream.java112 private boolean m_needToCallStartDocument = false; field in ToUnknownStream
441 m_needToCallStartDocument = true; in startDocument()
533 else if (m_needToCallStartDocument) in comment()
536 m_needToCallStartDocument = false; in comment()
1034 if (m_needToCallStartDocument) in initStreamOutput()
1037 m_needToCallStartDocument = false; in initStreamOutput()
1212 if (m_needToCallStartDocument) in flush()
1215 m_needToCallStartDocument = false; in flush()
DToTextStream.java67 m_needToCallStartDocument = false; in startDocumentInternal()
555 if (m_needToCallStartDocument) in startElement()
628 if (m_needToCallStartDocument) in flushPending()
631 m_needToCallStartDocument = false; in flushPending()
DToXMLStream.java111 if (m_needToCallStartDocument) in startDocumentInternal()
114 m_needToCallStartDocument = false; in startDocumentInternal()
276 else if (m_needToCallStartDocument) in processingInstruction()
DToXMLSAXHandler.java202 if (m_needToCallStartDocument) in closeStartTag()
516 if (m_needToCallStartDocument) in characters()
519 m_needToCallStartDocument = false; in characters()
DToStream.java1413 else if (m_needToCallStartDocument) in characters()
1905 if (m_needToCallStartDocument) in startElement()
1908 m_needToCallStartDocument = false; in startElement()
2403 else if (m_needToCallStartDocument) in comment()
2406 m_needToCallStartDocument = false; in comment()
2957 if (m_needToCallStartDocument) in flushPending()
2960 m_needToCallStartDocument = false; in flushPending()
DToHTMLStream.java688 m_needToCallStartDocument = false; in startDocumentInternal()
807 else if (m_needToCallStartDocument) in startElement()
810 m_needToCallStartDocument = false; in startElement()
1675 else if (m_needToCallStartDocument) in processingInstruction()
1996 else if (m_needToCallStartDocument) in comment()
DSerializerBase.java124 protected boolean m_needToCallStartDocument = true; field in SerializerBase
1191 m_needToCallStartDocument = false; in startDocument()
1263 this.m_needToCallStartDocument = true; in resetSerializerBase()