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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 655 String doctypePublic = getDoctypePublic();
659 doctypePublic,
SerializerBase.java 607 * @param doctypePublic the public identifier to be used in the DOCTYPE
610 public void setDoctypePublic(String doctypePublic)
612 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
640 * @param doctypePublic the public identifier to be used in the DOCTYPE
643 public void setDoctype(String doctypeSystem, String doctypePublic)
646 setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, doctypePublic);
    [all...]
ToHTMLStream.java 704 String doctypePublic = getDoctypePublic();
705 if ((null != doctypeSystem) || (null != doctypePublic))
713 if (null != doctypePublic)
716 writer.write(doctypePublic);
722 if (null == doctypePublic)
    [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 101 milliseconds