Class DocumentXpp3Writer
java.lang.Object
org.apache.maven.doxia.document.io.xpp3.DocumentXpp3Writer
Class DocumentXpp3Writer.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, DocumentModel documentModel) Method write.voidwrite(Writer writer, DocumentModel documentModel) Method write.
-
Constructor Details
-
DocumentXpp3Writer
public DocumentXpp3Writer()
-
-
Method Details
-
setFileComment
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
Method write.- Parameters:
writer- a writer object.documentModel- a documentModel object.- Throws:
IOException- java.io.IOException if any.
-
write
Method write.- Parameters:
stream- a stream object.documentModel- a documentModel object.- Throws:
IOException- java.io.IOException if any.
-