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

  /libcore/luni/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 144 public void setDoctypeSystem(String doctype);
ToUnknownStream.java 119 * true if setDoctypeSystem() was called before the underlying handler
630 m_handler.setDoctypeSystem(system);
649 * @see XSLOutputAttributes#setDoctypeSystem(String)
651 public void setDoctypeSystem(String doctype)
653 m_handler.setDoctypeSystem(doctype);
1016 m_handler.setDoctypeSystem(oldHandler.getDoctypeSystem());
    [all...]
ToXMLStream.java 90 setDoctypeSystem(xmlListener.getDoctypeSystem());