|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.dom.AbstractWriter com.taursys.dom.XMLWriter com.taursys.dom.HTMLWriter
HTMLWriter is a specialization of XMLWriter for writing HTML Documents.
Field Summary | |
protected java.util.List |
tags
|
Fields inherited from class com.taursys.dom.XMLWriter |
printWriter |
Constructor Summary | |
HTMLWriter()
Constructs a new HTMLWriter |
Method Summary | |
protected void |
writeEmptyElementNode(org.w3c.dom.Node node)
Writes the given empty element node. |
Methods inherited from class com.taursys.dom.XMLWriter |
normalizeAndPrint, normalizeAndPrint, sortAttributes, write, write, write, writeAttributes, writeElementNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.List tags
Constructor Detail |
public HTMLWriter()
Method Detail |
protected void writeEmptyElementNode(org.w3c.dom.Node node)
writeAttributes
method
to generate the attributes for the node. The following are the empty tag
types supported:
writeEmptyElementNode
in class XMLWriter
node
- the element node to write
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |