From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../commonj/sdo/helper/class-use/XMLDocument.html | 243 +++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/helper/class-use/XMLDocument.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/helper/class-use/XMLDocument.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/helper/class-use/XMLDocument.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/helper/class-use/XMLDocument.html new file mode 100644 index 0000000000..e1394465ca --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/helper/class-use/XMLDocument.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Interface commonj.sdo.helper.XMLDocument (SDO API incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+SDO API +
+ + + +
+
+

+Uses of Interface
commonj.sdo.helper.XMLDocument

+
+ + + + + + + + + +
+Packages that use XMLDocument
commonj.sdo.helper  
+  +

+ + + + + +
+Uses of XMLDocument in commonj.sdo.helper
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in commonj.sdo.helper that return XMLDocument
+ XMLDocumentXMLHelper.createDocument(DataObject dataObject, + java.lang.String rootElementURI, + java.lang.String rootElementName) + +
+          Creates an XMLDocument with the specified XML rootElement for the DataObject.
+ XMLDocumentXMLHelper.load(java.io.InputStream inputStream) + +
+          Creates and returns an XMLDocument from the inputStream.
+ XMLDocumentXMLHelper.load(java.io.InputStream inputStream, + java.lang.String locationURI, + java.lang.Object options) + +
+          Creates and returns an XMLDocument from the inputStream.
+ XMLDocumentXMLHelper.load(java.io.Reader inputReader, + java.lang.String locationURI, + java.lang.Object options) + +
+          Creates and returns an XMLDocument from the inputReader.
+ XMLDocumentXMLHelper.load(java.lang.String inputString) + +
+          Creates and returns an XMLDocument from the input String.
+  +

+ + + + + + + + + + + + + +
Methods in commonj.sdo.helper with parameters of type XMLDocument
+ voidXMLHelper.save(XMLDocument xmlDocument, + java.io.OutputStream outputStream, + java.lang.Object options) + +
+          Serializes an XMLDocument as an XML document into the outputStream.
+ voidXMLHelper.save(XMLDocument xmlDocument, + java.io.Writer outputWriter, + java.lang.Object options) + +
+          Serializes an XMLDocument as an XML document into the outputWriter.
+  +

+


+ + + + + + + + + + + + + + + +
+SDO API +
+ + + +
+- + + -- cgit v1.2.3