|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
XML_10
Field XML_10 XML Version 1.0 |
static java.lang.String |
XML_11
Field XML_11 XML Version 1.1 |
Method Summary | |
java.lang.String |
getCharsetEncoding()
Returns the character set encoding scheme. |
OMElement |
getOMDocumentElement()
Returns the document element. |
OMFactory |
getOMFactory()
Returns the OMFactory that created this object |
java.lang.String |
getXMLVersion()
Returns the XML version. |
java.lang.String |
isStandalone()
XML standalone value. |
void |
serialize(java.io.OutputStream output)
Serializes the document with cache on. |
void |
serialize(java.io.OutputStream output,
OMOutputFormat format)
Builds the OM node/tree and then serializes the document. |
void |
serializeAndConsume(java.io.OutputStream output)
Serializes the OMDocument. |
void |
serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format)
Serializes the OMDocument. |
void |
setCharsetEncoding(java.lang.String charsetEncoding)
Sets the character set encoding scheme to be used. |
void |
setOMDocumentElement(OMElement rootElement)
Sets the document element of the XML document. |
void |
setStandalone(java.lang.String isStandalone)
|
void |
setXMLVersion(java.lang.String version)
Sets the XML version. |
Methods inherited from interface org.apache.axiom.om.OMContainer |
addChild, buildNext, getChildren, getChildrenWithName, getFirstChildWithName, getFirstOMChild, isComplete |
Field Detail |
public static final java.lang.String XML_10
public static final java.lang.String XML_11
Method Detail |
public OMElement getOMDocumentElement()
public void setOMDocumentElement(OMElement rootElement)
rootElement
- public java.lang.String getXMLVersion()
public void setXMLVersion(java.lang.String version)
version
- XML 1.0
,
XML 1.1
public java.lang.String getCharsetEncoding()
public void setCharsetEncoding(java.lang.String charsetEncoding)
charsetEncoding
- public java.lang.String isStandalone()
public void setStandalone(java.lang.String isStandalone)
public void serializeAndConsume(java.io.OutputStream output, OMOutputFormat format) throws javax.xml.stream.XMLStreamException
output
- format
-
javax.xml.stream.XMLStreamException
public void serialize(java.io.OutputStream output, OMOutputFormat format) throws javax.xml.stream.XMLStreamException
output
- format
-
javax.xml.stream.XMLStreamException
public void serializeAndConsume(java.io.OutputStream output) throws javax.xml.stream.XMLStreamException
output
-
javax.xml.stream.XMLStreamException
public void serialize(java.io.OutputStream output) throws javax.xml.stream.XMLStreamException
output
-
javax.xml.stream.XMLStreamException
public OMFactory getOMFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |