|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
XML_10
Field XML_10 XML Version 1.0 |
static String |
XML_11
Field XML_11 XML Version 1.1 |
Method Summary | |
String |
getCharsetEncoding()
Returns the character set encoding scheme. |
OMElement |
getOMDocumentElement()
Returns the document element. |
String |
getXMLVersion()
Returns the XML version. |
String |
isStandalone()
XML standalone value. |
void |
serialize(OutputStream output)
Serializes the document with cache on. |
void |
serialize(OutputStream output,
OMOutputFormat format)
Builds the OM node/tree and then serializes the document. |
void |
serializeAndConsume(OutputStream output)
Serializes the OMDocument. |
void |
serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serializes the OMDocument. |
void |
setCharsetEncoding(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(String isStandalone)
|
void |
setXMLVersion(String version)
Sets the XML version. |
Methods inherited from interface org.apache.axis2.om.OMContainer |
addChild, buildNext, getChildren, getChildrenWithName, getFirstChildWithName, getFirstOMChild, isComplete |
Field Detail |
public static final String XML_10
public static final String XML_11
Method Detail |
public OMElement getOMDocumentElement()
public void setOMDocumentElement(OMElement rootElement)
rootElement
- public String getXMLVersion()
public void setXMLVersion(String version)
version
- XML 1.0
,
XML 1.1
public String getCharsetEncoding()
public void setCharsetEncoding(String charsetEncoding)
charsetEncoding
- public String isStandalone()
public void setStandalone(String isStandalone)
public void serializeAndConsume(OutputStream output, OMOutputFormat format) throws XMLStreamException
output
- format
-
XMLStreamException
public void serialize(OutputStream output, OMOutputFormat format) throws XMLStreamException
output
- format
-
XMLStreamException
public void serializeAndConsume(OutputStream output) throws XMLStreamException
output
-
XMLStreamException
public void serialize(OutputStream output) throws XMLStreamException
output
-
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |