Searched refs:XHTML (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXHTMLSerializer.java30 * Implements an XHTML serializer supporting both DOM and SAX
36 * for XML (TrAX) for serializing XHTML. See the Xerces documentation
53 super( true, new OutputFormat( Method.XHTML, null, false ) );
64 super( true, format != null ? format : new OutputFormat( Method.XHTML, null, false ) );
78 super( true, format != null ? format : new OutputFormat( Method.XHTML, null, false ) );
93 super( true, format != null ? format : new OutputFormat( Method.XHTML, null, false ) );
100 super.setOutputFormat( format != null ? format : new OutputFormat( Method.XHTML, null, false ) );
H A DMethod.java46 * The output method for HTML documents as XHTML.
48 public static final String XHTML = "xhtml"; field in class:Method
H A DSerializerFactoryImpl.java32 * markup serializers (XML, HTML, XHTML ).
51 ! _method.equals( Method.XHTML ) &&
99 } else if ( _method.equals( Method.XHTML ) ) {
H A DSerializerFactory.java63 factory = new SerializerFactoryImpl( Method.XHTML );
H A DOutputFormat.java82 * Public identifier for XHTML 1.0 (Strict) document type.
85 "-//W3C//DTD XHTML 1.0 Strict//EN";
88 * System identifier for XHTML 1.0 (Strict) document type.
951 if ( method.equalsIgnoreCase( Method.XHTML ) )
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DMethod.java61 * The output method for XHTML documents,
64 public static final String XHTML = "xhtml"; field in class:Method

Completed in 62 milliseconds