public interface OMDocument extends OMContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_10
Field XML_10 XML Version 1.0
|
static String |
XML_11
Field XML_11 XML Version 1.1
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
addChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumebuild, close, getOMFactory, isComplete, serialize, serialize, serializeAndConsumestatic final String XML_10
static final String XML_11
OMElement getOMDocumentElement()
void setOMDocumentElement(OMElement rootElement)
rootElement - String getXMLVersion()
void setXMLVersion(String version)
version - XML 1.0,
XML 1.1String getCharsetEncoding()
void setCharsetEncoding(String charsetEncoding)
charsetEncoding - String isStandalone()
void setStandalone(String isStandalone)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.