Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.xml.xmlc.html
Class HTMLFormatter  view HTMLFormatter download HTMLFormatter.java

java.lang.Object
  extended bycom.lutris.xml.xmlc.html.HTMLFormatter

Deprecated. use org.enhydra.xml.io.DOMFormatter

public class HTMLFormatter
extends java.lang.Object

Class for formatting an HTML DOM into an HTML page.


Field Summary
private static org.enhydra.xml.io.DOMFormatter formatter
          Deprecated. Default HTML formatting object for use by toDocument().
 
Constructor Summary
HTMLFormatter()
          Deprecated.  
 
Method Summary
static java.lang.String toDocument(org.w3c.dom.html.HTMLDocument doc)
          Deprecated. Convert an object reprsentation of document to a string reprsentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatter

private static org.enhydra.xml.io.DOMFormatter formatter
Deprecated. 
Default HTML formatting object for use by toDocument(). Initialized on first use and shared

Constructor Detail

HTMLFormatter

public HTMLFormatter()
Deprecated. 
Method Detail

toDocument

public static java.lang.String toDocument(org.w3c.dom.html.HTMLDocument doc)
Deprecated. 
Convert an object reprsentation of document to a string reprsentation.