public class DocumentXpp3Writer extends Object
| Constructor and Description |
|---|
DocumentXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(OutputStream stream,
DocumentModel documentModel)
Method write.
|
void |
write(Writer writer,
DocumentModel documentModel)
Method write.
|
public void write(Writer writer, DocumentModel documentModel) throws IOException
writer - documentModel - IOExceptionpublic void write(OutputStream stream, DocumentModel documentModel) throws IOException
stream - documentModel - IOExceptionCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.