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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DXSLOutputAttributes.java73 public String getDoctypeSystem(); method in interface:XSLOutputAttributes
H A DEmptySerializer.java507 * @see XSLOutputAttributes#getDoctypeSystem()
509 public String getDoctypeSystem() method in class:EmptySerializer
H A DSerializerBase.java602 public String getDoctypeSystem() method in class:SerializerBase
H A DToUnknownStream.java583 * @see XSLOutputAttributes#getDoctypeSystem()
585 public String getDoctypeSystem() method in class:ToUnknownStream
587 return m_handler.getDoctypeSystem();
1046 m_handler.setDoctypeSystem(oldHandler.getDoctypeSystem());
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java545 public String getDoctypeSystem() method in class:OutputFormat

Completed in 47 milliseconds