TXW2 Runtime 20110809-redhat-2

com.sun.xml.txw2
Class Document

java.lang.Object
  extended by com.sun.xml.txw2.Document

public final class Document
extends Object

Coordinates the entire writing process.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

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

addDatatypeWriter

public void addDatatypeWriter(DatatypeWriter<?> dw)
Defines additional user object -> string conversion logic.

Applications can add their own DatatypeWriter so that application-specific objects can be turned into String for output.

Parameters:
dw - The DatatypeWriter to be added. Must not be null.

TXW2 Runtime 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.