Uses of Class
org.codehaus.staxmate.out.SMOutputDocument
Packages that use SMOutputDocument
Package
Description
Package contains factories for constructing input and output
processing components (such as input cursors).
Package contains classes for output functionality.
-
Uses of SMOutputDocument in org.codehaus.staxmate
Methods in org.codehaus.staxmate that return SMOutputDocumentModifier and TypeMethodDescriptionSMOutputFactory.createOutputDocument(File f) Factory method for constructing output object that represents a complete xml document including xml declaration and will contain root element plus other optional elements (doctype declaration, comment(s), PI(s)).SMOutputFactory.createOutputDocument(OutputStream out) Factory method for constructing output object that represents a complete xml document including xml declaration and will contain root element plus other optional elements (doctype declaration, comment(s), PI(s)).SMOutputFactory.createOutputDocument(Writer w) Factory method for constructing output object that represents a complete xml document including xml declaration and will contain root element plus other optional elements (doctype declaration, comment(s), PI(s)).static SMOutputDocumentSMOutputFactory.createOutputDocument(XMLStreamWriter sw) Factory method for constructing output object that represents a complete xml document including xml declaration and will contain root element plus other optional elements (doctype declaration, comment(s), PI(s)).static SMOutputDocumentSMOutputFactory.createOutputDocument(XMLStreamWriter sw, String version, String encoding, boolean standAlone) Factory method for constructing output object that represents a complete xml document including xml declaration and will contain root element plus other optional elements (doctype declaration, comment(s), PI(s)). -
Uses of SMOutputDocument in org.codehaus.staxmate.out
Methods in org.codehaus.staxmate.out that return SMOutputDocumentModifier and TypeMethodDescriptionSMOutputContext.createDocument()Method used to create a StaxMate output fragment that corresponds to a single well-formed XML document.SMOutputContext.createDocument(String version, String encoding) Method used to create a StaxMate output fragment that corresponds to a single well-formed XML document.SMOutputContext.createDocument(String version, String encoding, boolean standalone)