|
|||||||||||
| 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 caracter set encoding scheme |
OMElement |
getOMDocumentElement()
Returns the document element |
java.lang.String |
getXMLVersion()
Returns the XML version |
java.lang.String |
isStandalone()
XML standalone value This will be yes, no or null (if not available) |
void |
serialize(java.io.OutputStream output)
Serializa the document with cache on |
void |
serialize(java.io.OutputStream output,
OMOutputFormat format)
Serializa the document with cache on |
void |
serializeAndConsume(java.io.OutputStream output)
Serialize the OMDocument |
void |
serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format)
Serialize 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.axis2.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.1public 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
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||