Uses of Class
org.codehaus.staxmate.out.SMRootFragment
Packages that use SMRootFragment
Package
Description
Package contains factories for constructing input and output
processing components (such as input cursors).
Package contains classes for output functionality.
-
Uses of SMRootFragment in org.codehaus.staxmate
Methods in org.codehaus.staxmate that return SMRootFragmentModifier and TypeMethodDescriptionSMOutputFactory.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.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.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. -
Uses of SMRootFragment in org.codehaus.staxmate.out
Subclasses of SMRootFragment in org.codehaus.staxmate.outModifier and TypeClassDescriptionclass
Output class that models a full XML document, with xml declaration.Methods in org.codehaus.staxmate.out that return SMRootFragmentModifier and TypeMethodDescriptionSMOutputContext.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.