Home
last modified time | relevance | path

Searched refs:m_needToOutputDocTypeDecl (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java89 m_needToOutputDocTypeDecl = xmlListener.m_needToOutputDocTypeDecl; in CopyFrom()
119 m_needToOutputDocTypeDecl = true; in startDocumentInternal()
DToXMLSAXHandler.java650 if (m_needToOutputDocTypeDecl) in startElement()
662 m_needToOutputDocTypeDecl = false; in startElement()
DToHTMLStream.java689 m_needToOutputDocTypeDecl = true; in startDocumentInternal()
701 if (true == m_needToOutputDocTypeDecl) in outputDocTypeDecl()
741 m_needToOutputDocTypeDecl = false; in outputDocTypeDecl()
813 if (m_needToOutputDocTypeDecl) { in startElement()
1687 if (true == m_needToOutputDocTypeDecl) in processingInstruction()
2006 if (m_needToOutputDocTypeDecl) in comment()
DToStream.java1915 if (m_needToOutputDocTypeDecl) { in startElement()
1919 m_needToOutputDocTypeDecl = false; in startElement()
2488 if (m_needToOutputDocTypeDecl) in endDTD()
2491 m_needToOutputDocTypeDecl = false; in endDTD()
3552 if (m_needToOutputDocTypeDecl) in DTDprolog()
3555 m_needToOutputDocTypeDecl = false; in DTDprolog()
DSerializerBase.java160 boolean m_needToOutputDocTypeDecl = true; field in SerializerBase
1264 this.m_needToOutputDocTypeDecl = false; in resetSerializerBase()