Searched defs:getDoctypePublic (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DXSLOutputAttributes.java65 public String getDoctypePublic(); method in interface:XSLOutputAttributes
H A DEmptySerializer.java499 * @see XSLOutputAttributes#getDoctypePublic()
501 public String getDoctypePublic() method in class:EmptySerializer
H A DSerializerBase.java580 public String getDoctypePublic() method in class:SerializerBase
H A DToUnknownStream.java573 * @see XSLOutputAttributes#getDoctypePublic()
575 public String getDoctypePublic() method in class:ToUnknownStream
578 return m_handler.getDoctypePublic();
1050 m_handler.setDoctypePublic(oldHandler.getDoctypePublic());
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java535 public String getDoctypePublic() method in class:OutputFormat

Completed in 178 milliseconds