Home
last modified time | relevance | path

Searched refs:doctypeSystem (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLSAXHandler.java652 String doctypeSystem = getDoctypeSystem(); in startElement() local
653 if (doctypeSystem != null && m_lexHandler != null) in startElement()
656 if (doctypeSystem != null) in startElement()
660 doctypeSystem); in startElement()
DSerializerBase.java632 public void setDoctypeSystem(String doctypeSystem) in setDoctypeSystem() argument
634 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctypeSystem()
643 public void setDoctype(String doctypeSystem, String doctypePublic) in setDoctype() argument
645 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctype()
DToHTMLStream.java703 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl() local
705 if ((null != doctypeSystem) || (null != doctypePublic)) in outputDocTypeDecl()
720 if (null != doctypeSystem) in outputDocTypeDecl()
727 writer.write(doctypeSystem); in outputDocTypeDecl()
DToStream.java2024 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl() local
2025 if (null != doctypeSystem) in outputDocTypeDecl()
2032 writer.write(doctypeSystem); in outputDocTypeDecl()