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 |
---|---|
SMRootFragment |
SMOutputFactory.createOutputFragment(File resultFile)
Factory method for constructing output object that represents
root-level of an xml fragment; container that can contain
non-element markup (comments, PIs), textual data and
zero or more elements.
|
SMRootFragment |
SMOutputFactory.createOutputFragment(OutputStream out)
Factory method for constructing output object that represents
root-level of an xml fragment; container that can contain
non-element markup (comments, PIs), textual data and
zero or more elements.
|
SMRootFragment |
SMOutputFactory.createOutputFragment(Writer w)
Factory method for constructing output object that represents
root-level of an xml fragment; container that can contain
non-element markup (comments, PIs), textual data and
zero or more elements.
|
static SMRootFragment |
SMOutputFactory.createOutputFragment(XMLStreamWriter sw)
Factory method for constructing output object that represents
root-level of an xml fragment; container that can contain
non-element markup (comments, PIs), textual data and
zero or more elements.
|
Modifier and Type | Class and Description |
---|---|
class |
SMOutputDocument
Output class that models a full XML document, with xml declaration.
|
Modifier and Type | Method and Description |
---|---|
SMRootFragment |
SMOutputContext.createRootFragment()
Method to use when outputting an XML sub-tree, in which case the
underlying stream writer may be (or has been) used for outputting
XML content in addition to content that is output using StaxMate.
|
Copyright © 2013 FasterXML. All Rights Reserved.