Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java700 private void outputDocTypeDecl(String name) throws SAXException { in outputDocTypeDecl() method in ToHTMLStream
820 outputDocTypeDecl(n); in startElement()
1688 outputDocTypeDecl("html"); // best guess for the upcoming element in processingInstruction()
2007 outputDocTypeDecl("html"); // best guess for the upcoming element in comment()
DToStream.java1917 outputDocTypeDecl(name, true); in startElement()
2006 void outputDocTypeDecl(String name, boolean closeDecl) throws SAXException in outputDocTypeDecl() method in ToStream
2490 outputDocTypeDecl(m_elemContext.m_elementName, false); in endDTD()
3554 outputDocTypeDecl(m_elemContext.m_elementName, false); in DTDprolog()