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 XMLStreamException
XMLStreamException
protected SMOutputDocument(SMOutputContext ctxt, String version, String encoding) throws XMLStreamException
XMLStreamException
protected SMOutputDocument(SMOutputContext ctxt, String version, String encoding, boolean standalone) throws XMLStreamException
XMLStreamException
public void addDoctypeDecl(String rootName, String systemId, String publicId) throws XMLStreamException
XMLStreamException
public void addDoctypeDecl(String rootName, String systemId, String publicId, String intSubset) throws XMLStreamException
XMLStreamException
public void closeRoot() throws XMLStreamException
closeRoot
in class SMRootFragment
XMLStreamException
Copyright © 2013 FasterXML. All Rights Reserved.