|
|||||||||
| Home >> All >> com >> lutris >> xml >> xmlc >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.xml.xmlc.html
Class HTMLFormatter

java.lang.Objectcom.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
- 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.
- Convert an object reprsentation of document to a string reprsentation.
|
|||||||||
| Home >> All >> com >> lutris >> xml >> xmlc >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.xml.xmlc.html.HTMLFormatter