HomeSort by relevance Sort by last modified time
    Searched refs:doctypeSystem (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 652 String doctypeSystem = getDoctypeSystem();
653 if (doctypeSystem != null && m_lexHandler != null)
656 if (doctypeSystem != null)
660 doctypeSystem);
SerializerBase.java 629 * @param doctypeSystem the system identifier to be used in the DOCTYPE
632 public void setDoctypeSystem(String doctypeSystem)
634 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem);
638 * @param doctypeSystem the system identifier to be used in the DOCTYPE
643 public void setDoctype(String doctypeSystem, String doctypePublic)
645 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem);
    [all...]
ToHTMLStream.java 703 String doctypeSystem = getDoctypeSystem();
705 if ((null != doctypeSystem) || (null != doctypePublic))
720 if (null != doctypeSystem)
727 writer.write(doctypeSystem);
    [all...]
ToStream.java     [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 149 milliseconds