Uses of Interface
commonj.sdo.helper.XMLDocument
Package
Description
-
Uses of XMLDocument in commonj.sdo.helper
Modifier and TypeMethodDescriptionXMLHelper.createDocument
(DataObject dataObject, String rootElementURI, String rootElementName) Creates an XMLDocument with the specified XML rootElement for the DataObject.XMLHelper.load
(InputStream inputStream) Creates and returns an XMLDocument from the inputStream.XMLHelper.load
(InputStream inputStream, String locationURI, Object options) Creates and returns an XMLDocument from the inputStream.Creates and returns an XMLDocument from the inputReader.Creates and returns an XMLDocument from the input String.Creates and returns an XMLDocument from the inputSource.Modifier and TypeMethodDescriptionvoid
XMLHelper.save
(XMLDocument xmlDocument, OutputStream outputStream, Object options) Serializes an XMLDocument as an XML document into the outputStream.void
XMLHelper.save
(XMLDocument xmlDocument, Writer outputWriter, Object options) Serializes an XMLDocument as an XML document into the outputWriter.void
XMLHelper.save
(XMLDocument xmlDocument, Result outputResult, Object options) Serializes an XMLDocument as an XML document into the outputResult in a serialization technology independent format (as specified in javax.xml.transform). -
Uses of XMLDocument in org.eclipse.persistence.sdo
Modifier and TypeClassDescriptionclass
Purpose: Represents an XML Document containing a tree of DataObjects. -
Uses of XMLDocument in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionSDOXMLHelper.load
(InputSource inputSource, String locationURI, Object options) INTERNAL:Modifier and TypeMethodDescriptionvoid
SDOXMLHelper.serialize
(XMLDocument xmlDocument, OutputStream outputStream, Object options) -
Uses of XMLDocument in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeMethodDescriptionSDOXMLHelperDelegate.createDocument
(DataObject dataObject, String rootElementURI, String rootElementName) Creates an XMLDocument with the specified XML rootElement for the DataObject.SDOXMLHelperDelegator.createDocument
(DataObject dataObject, String rootElementURI, String rootElementName) SDOXMLHelperDelegate.load
(InputStream inputStream) Creates and returns an XMLDocument from the inputStream.SDOXMLHelperDelegate.load
(InputStream inputStream, String locationURI, Object options) Creates and returns an XMLDocument from the inputStream.Creates and returns an XMLDocument from the inputReader.Creates and returns an XMLDocument from the input String.SDOXMLHelperDelegate.load
(InputSource inputSource, String locationURI, Object options) Creates and returns an XMLDocument from the inputSource.SDOXMLHelperDelegator.load
(InputStream inputStream) SDOXMLHelperDelegator.load
(InputStream inputStream, String locationURI, Object options) SDOXMLHelperDelegator.load
(InputSource inputSource, String locationURI, Object options) Modifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.save
(XMLDocument xmlDocument, OutputStream outputStream, Object options) Serializes an XMLDocument as an XML document into the outputStream.void
SDOXMLHelperDelegate.save
(XMLDocument xmlDocument, Writer outputWriter, Object options) Serializes an XMLDocument as an XML document into the outputWriter.void
SDOXMLHelperDelegate.save
(XMLDocument xmlDocument, Result result, Object options) void
SDOXMLHelperDelegator.save
(XMLDocument xmlDocument, OutputStream outputStream, Object options) void
SDOXMLHelperDelegator.save
(XMLDocument xmlDocument, Writer outputWriter, Object options) void
SDOXMLHelperDelegator.save
(XMLDocument xmlDocument, Result result, Object options) void
SDOXMLHelperDelegate.serialize
(XMLDocument xmlDocument, OutputStream outputStream, Object options) void
SDOXMLHelperDelegator.serialize
(XMLDocument xmlDocument, OutputStream outputStream, Object options)