SMOutputDocument |
SMOutputFactory.createOutputDocument(java.io.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)).
|
SMOutputDocument |
SMOutputFactory.createOutputDocument(java.io.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)).
|
SMOutputDocument |
SMOutputFactory.createOutputDocument(java.io.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 SMOutputDocument |
SMOutputFactory.createOutputDocument(javax.xml.stream.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 SMOutputDocument |
SMOutputFactory.createOutputDocument(javax.xml.stream.XMLStreamWriter sw,
java.lang.String version,
java.lang.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)).
|