|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.core.CoreXMLDocument
public class CoreXMLDocument
| Constructor Summary | |
|---|---|
CoreXMLDocument(DataObject rootDataObject)
|
|
CoreXMLDocument(DataObject rootDataObject,
String rootElementURI,
String rootElementName)
|
|
CoreXMLDocument(DataObject rootDataObject,
XMLOptions xmlOptions)
|
|
| Method Summary | |
|---|---|
String |
getEncoding()
Return the XML encoding of the document, or null if not specified. |
String |
getNoNamespaceSchemaLocation()
Return the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present. |
String |
getRootElementName()
Return the name of the root element. |
String |
getRootElementURI()
Return the targetNamespace URI for the root element. |
DataObject |
getRootObject()
Return the root DataObject for the XMLDocument. |
String |
getSchemaLocation()
Return the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present. |
String |
getXMLVersion()
Return the XML version of the document, or null if not specified. |
boolean |
isXMLDeclaration()
Return the XML declaration of the document. |
void |
setEncoding(String encoding)
Set the XML encoding of the document, or null if not specified. |
void |
setNoNamespaceSchemaLocation(String schemaLocation)
Sets the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present. |
void |
setSchemaLocation(String schemaLocation)
Sets the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present. |
void |
setXMLDeclaration(boolean xmlDeclaration)
Set the XML declaration version of the document. |
void |
setXMLVersion(String xmlVersion)
Set the XML version of the document, or null if not specified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoreXMLDocument(DataObject rootDataObject)
public CoreXMLDocument(DataObject rootDataObject,
XMLOptions xmlOptions)
public CoreXMLDocument(DataObject rootDataObject,
String rootElementURI,
String rootElementName)
| Method Detail |
|---|
public String getEncoding()
getEncoding in interface XMLDocumentpublic String getNoNamespaceSchemaLocation()
getNoNamespaceSchemaLocation in interface XMLDocumentpublic String getRootElementName()
getRootElementName in interface XMLDocumentpublic String getRootElementURI()
getRootElementURI in interface XMLDocumentpublic DataObject getRootObject()
getRootObject in interface XMLDocumentpublic String getSchemaLocation()
getSchemaLocation in interface XMLDocumentpublic String getXMLVersion()
XMLDocument
getXMLVersion in interface XMLDocumentpublic boolean isXMLDeclaration()
XMLDocument
isXMLDeclaration in interface XMLDocumentpublic void setEncoding(String encoding)
XMLDocument
setEncoding in interface XMLDocumentpublic void setNoNamespaceSchemaLocation(String schemaLocation)
XMLDocument
setNoNamespaceSchemaLocation in interface XMLDocumentschemaLocation - the value of the noNamespaceSchemaLocation declaration, or null.public void setSchemaLocation(String schemaLocation)
XMLDocument
setSchemaLocation in interface XMLDocumentschemaLocation - the value of the schemaLocation declaration, or null.public void setXMLDeclaration(boolean xmlDeclaration)
XMLDocument
setXMLDeclaration in interface XMLDocumentxmlDeclaration - the XML declaration version of the document.public void setXMLVersion(String xmlVersion)
XMLDocument
setXMLVersion in interface XMLDocumentxmlVersion - the XML version of the document, or null if not specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||