Enhydra 5.1 API

com.lutris.xml.xmlc.html
Class HTMLFormatter

java.lang.Object
  |
  +--com.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.

See Also:
DOMFormatter

Constructor Summary
HTMLFormatter()
          Deprecated.  
 
Method Summary
static java.lang.String toDocument(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
 

Constructor Detail

HTMLFormatter

public HTMLFormatter()
Deprecated. 
Method Detail

toDocument

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


Enhydra 5.1 API