Searched defs:setDoctypePublic (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DXSLOutputAttributes.java141 public void setDoctypePublic(String doctype); method in interface:XSLOutputAttributes
H A DEmptySerializer.java585 * @see XSLOutputAttributes#setDoctypePublic(java.lang.String)
587 public void setDoctypePublic(String doctype) method in class:EmptySerializer
H A DSerializerBase.java589 public void setDoctypePublic(String doctypePublic) method in class:SerializerBase
H A DToUnknownStream.java126 * true if setDoctypePublic() was called before the underlying handler
658 m_handler.setDoctypePublic(pub);
666 * @see XSLOutputAttributes#setDoctypePublic(String)
668 public void setDoctypePublic(String doctype) method in class:ToUnknownStream
670 m_handler.setDoctypePublic(doctype);
1050 m_handler.setDoctypePublic(oldHandler.getDoctypePublic());

Completed in 38 milliseconds