Package | Description |
---|---|
org.codehaus.staxmate |
Package contains factories for constructing input and output
processing components (such as input cursors).
|
org.codehaus.staxmate.out |
Package contains classes for output functionality.
|
Modifier and Type | Method and Description |
---|---|
SMOutputDocument |
SMOutputFactory.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)).
|
SMOutputDocument |
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)).
|
SMOutputDocument |
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 SMOutputDocument |
SMOutputFactory.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 SMOutputDocument |
SMOutputFactory.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)).
|
Modifier and Type | Method and Description |
---|---|
SMOutputDocument |
SMOutputContext.createDocument()
Method used to create a StaxMate output fragment that corresponds
to a single well-formed XML document.
|
SMOutputDocument |
SMOutputContext.createDocument(String version,
String encoding)
Method used to create a StaxMate output fragment that corresponds
to a single well-formed XML document.
|
SMOutputDocument |
SMOutputContext.createDocument(String version,
String encoding,
boolean standalone) |
Copyright © 2013 FasterXML. All Rights Reserved.