|
|||||||||||
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 |
getDocumentElement()
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(OMOutputImpl omOutput)
Serialize the OMDocument |
void |
serialize(OMOutputImpl omOutput,
boolean includeXMLDeclaration)
Serilize the OMDocument with the option of excluding/including the XML declaration |
void |
serializeWithCache(OMOutputImpl omOutput)
Serializa the document with cache on |
void |
serializeWithCache(OMOutputImpl omOutput,
boolean includeXMLDeclaration)
Seralize the document with cache on with the option on excluding the XML declaration |
void |
setCharsetEncoding(java.lang.String charsetEncoding)
Sets the character set encoding scheme to be used |
void |
setDocumentElement(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, getFirstChild, getFirstChildWithName, isComplete |
Field Detail |
public static final java.lang.String XML_10
public static final java.lang.String XML_11
Method Detail |
public OMElement getDocumentElement()
public void setDocumentElement(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 serialize(OMOutputImpl omOutput) throws XMLStreamException
omOutput
-
XMLStreamException
public void serialize(OMOutputImpl omOutput, boolean includeXMLDeclaration) throws XMLStreamException
omOutput
- includeXMLDeclaration
- Whether to include the XML declaration or not
XMLStreamException
public void serializeWithCache(OMOutputImpl omOutput) throws XMLStreamException
omOutput
-
XMLStreamException
public void serializeWithCache(OMOutputImpl omOutput, boolean includeXMLDeclaration) throws XMLStreamException
omOutput
- includeXMLDeclaration
-
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |