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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DXSLOutputAttributes.java146 public void setDoctypeSystem(String doctype); method in interface:XSLOutputAttributes
H A DEmptySerializer.java592 * @see XSLOutputAttributes#setDoctypeSystem(java.lang.String)
594 public void setDoctypeSystem(String doctype) method in class:EmptySerializer
H A DSerializerBase.java611 public void setDoctypeSystem(String doctypeSystem) method in class:SerializerBase
H A DToUnknownStream.java121 * true if setDoctypeSystem() was called before the underlying handler
659 m_handler.setDoctypeSystem(system);
678 * @see XSLOutputAttributes#setDoctypeSystem(String)
680 public void setDoctypeSystem(String doctype) method in class:ToUnknownStream
682 m_handler.setDoctypeSystem(doctype);
1046 m_handler.setDoctypeSystem(oldHandler.getDoctypeSystem());

Completed in 38 milliseconds