Uses of Class
org.codehaus.staxmate.out.SMRootFragment
-
Packages that use SMRootFragment 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. -
-
Uses of SMRootFragment in org.codehaus.staxmate
Methods in org.codehaus.staxmate that return SMRootFragment Modifier and Type Method Description SMRootFragment
SMOutputFactory. createOutputFragment(java.io.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(java.io.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(java.io.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(javax.xml.stream.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. -
Uses of SMRootFragment in org.codehaus.staxmate.out
Subclasses of SMRootFragment in org.codehaus.staxmate.out Modifier and Type Class Description class
SMOutputDocument
Output class that models a full XML document, with xml declaration.Methods in org.codehaus.staxmate.out that return SMRootFragment Modifier and Type Method 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.
-