Home
last modified time | relevance | path

Searched refs:getDoctypeSystem (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java71 public String getDoctypeSystem(); in getDoctypeSystem() method
DToXMLStream.java90 setDoctypeSystem(xmlListener.getDoctypeSystem()); in CopyFrom()
153 || getDoctypeSystem() != null) { in startDocumentInternal()
DToUnknownStream.java556 public String getDoctypeSystem() in getDoctypeSystem() method in ToUnknownStream
558 return m_handler.getDoctypeSystem(); in getDoctypeSystem()
1016 m_handler.setDoctypeSystem(oldHandler.getDoctypeSystem()); in initStreamOutput()
DToXMLSAXHandler.java652 String doctypeSystem = getDoctypeSystem(); in startElement()
DToStream.java1916 if(null != getDoctypeSystem()) { in startElement()
2024 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl()
DSerializerBase.java623 public String getDoctypeSystem() in getDoctypeSystem() method in SerializerBase
DToHTMLStream.java703 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl()