Uses of Interface
commonj.sdo.helper.XMLDocument
Packages that use XMLDocument
Package
Description
-
Uses of XMLDocument in commonj.sdo.helper
Methods in commonj.sdo.helper that return XMLDocumentModifier 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.Methods in commonj.sdo.helper with parameters of type XMLDocumentModifier 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
Classes in org.eclipse.persistence.sdo that implement XMLDocumentModifier and TypeClassDescriptionclass
Purpose: Represents an XML Document containing a tree of DataObjects. -
Uses of XMLDocument in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return XMLDocumentModifier and TypeMethodDescriptionSDOXMLHelper.load
(InputSource inputSource, String locationURI, Object options) INTERNAL:Methods in org.eclipse.persistence.sdo.helper with parameters of type XMLDocumentModifier and TypeMethodDescriptionvoid
SDOXMLHelper.serialize
(XMLDocument xmlDocument, OutputStream outputStream, Object options) -
Uses of XMLDocument in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return XMLDocumentModifier 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) Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type XMLDocumentModifier 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)