Searched refs:getDoctypeSystem (Results 1 - 11 of 11) 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 DToXMLStream.java100 setDoctypeSystem(xmlListener.getDoctypeSystem());
166 || getDoctypeSystem() != null
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());
H A DToHTMLSAXHandler.java534 String doctypeSystem = getDoctypeSystem();
H A DEmptySerializer.java507 * @see XSLOutputAttributes#getDoctypeSystem()
509 public String getDoctypeSystem() method in class:EmptySerializer
H A DToXMLSAXHandler.java656 String doctypeSystem = getDoctypeSystem();
H A DSerializerBase.java602 public String getDoctypeSystem() method in class:SerializerBase
H A DToStream.java1771 && (null != getDoctypeSystem()))
1882 String doctypeSystem = getDoctypeSystem();
H A DToHTMLStream.java674 String doctypeSystem = getDoctypeSystem();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java545 public String getDoctypeSystem() method in class:OutputFormat
H A DBaseMarkupSerializer.java385 _docTypeSystemId = _format.getDoctypeSystem();

Completed in 64 milliseconds