|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.txw2.Document
public final class Document
Coordinates the entire writing process.
Method Summary | |
---|---|
void |
addDatatypeWriter(DatatypeWriter<?> dw)
Defines additional user object -> string conversion logic. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addDatatypeWriter(DatatypeWriter<?> dw)
Applications can add their own DatatypeWriter
so that
application-specific objects can be turned into String
for output.
dw
- The DatatypeWriter
to be added. Must not be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |