HomeSort by relevance Sort by last modified time
    Searched defs:setDoctypePublic (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 139 public void setDoctypePublic(String doctype);
SerializerBase.java 610 public void setDoctypePublic(String doctypePublic)
    [all...]
ToUnknownStream.java 124 * true if setDoctypePublic() was called before the underlying handler
629 m_handler.setDoctypePublic(pub);
637 * @see XSLOutputAttributes#setDoctypePublic(String)
639 public void setDoctypePublic(String doctype)
641 m_handler.setDoctypePublic(doctype);
1020 m_handler.setDoctypePublic(oldHandler.getDoctypePublic());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 62 public void setDoctypePublic(String newValue)

Completed in 383 milliseconds