public class SMOutputDocument extends SMRootFragment
_active
_context, _firstChild, _lastChild, _parent
_next
Modifier | Constructor and Description |
---|---|
protected |
SMOutputDocument(SMOutputContext ctxt) |
protected |
SMOutputDocument(SMOutputContext ctxt,
String version,
String encoding) |
protected |
SMOutputDocument(SMOutputContext ctxt,
String version,
String encoding,
boolean standalone) |
Modifier and Type | Method and Description |
---|---|
void |
addDoctypeDecl(String rootName,
String systemId,
String publicId) |
void |
addDoctypeDecl(String rootName,
String systemId,
String publicId,
String intSubset) |
void |
closeRoot()
Method that HAS to be called when all additions have been done
via StaxMate API.
|
_canOutputNewChild, _childReleased, _forceOutput, _output, closeRootAndWriter, getPath
_closeAllButLastChild, _closeAndOutputChildren, _forceChildOutput, _linkNewChild, _throwClosed, _throwRelinking, _verifyNamespaceArg, addAndReleaseBuffered, addBuffered, addCData, addCData, addCharacters, addCharacters, addComment, addElement, addElement, addElementWithCharacters, addEntityRef, addProcessingInstruction, addValue, addValue, addValue, addValue, addValue, addValue, createBufferedElement, createBufferedFragment, getContext, getNamespace, getNamespace, getParent, getPath, setIndentation
_linkNext, getNext
protected SMOutputDocument(SMOutputContext ctxt) throws javax.xml.stream.XMLStreamException
protected SMOutputDocument(SMOutputContext ctxt, String version, String encoding) throws javax.xml.stream.XMLStreamException
protected SMOutputDocument(SMOutputContext ctxt, String version, String encoding, boolean standalone) throws javax.xml.stream.XMLStreamException
public void addDoctypeDecl(String rootName, String systemId, String publicId) throws javax.xml.stream.XMLStreamException
public void addDoctypeDecl(String rootName, String systemId, String publicId, String intSubset) throws javax.xml.stream.XMLStreamException
public void closeRoot() throws javax.xml.stream.XMLStreamException
closeRoot
in class SMRootFragment
javax.xml.stream.XMLStreamException
Copyright © 2015 FasterXML. All rights reserved.