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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DHTMLSerializer.java107 public static final String XHTMLNamespace = "http://www.w3.org/1999/xhtml";
115 * <tt>xhtml</tt>. The serializer cannot be used without calling
118 * @param xhtml True if XHTML serializing
120 protected HTMLSerializer( boolean xhtml, OutputFormat format ) argument
123 _xhtml = xhtml;

Completed in 991 milliseconds