Uses of Interface
commonj.sdo.helper.XMLDocument
-
Packages that use XMLDocument Package Description commonj.sdo.helper org.eclipse.persistence.sdo org.eclipse.persistence.sdo.helper org.eclipse.persistence.sdo.helper.delegates -
-
Uses of XMLDocument in commonj.sdo.helper
Methods in commonj.sdo.helper that return XMLDocument Modifier and Type Method Description XMLDocumentXMLHelper. createDocument(DataObject dataObject, String rootElementURI, String rootElementName)Creates an XMLDocument with the specified XML rootElement for the DataObject.XMLDocumentXMLHelper. load(InputStream inputStream)Creates and returns an XMLDocument from the inputStream.XMLDocumentXMLHelper. load(InputStream inputStream, String locationURI, Object options)Creates and returns an XMLDocument from the inputStream.XMLDocumentXMLHelper. load(Reader inputReader, String locationURI, Object options)Creates and returns an XMLDocument from the inputReader.XMLDocumentXMLHelper. load(String inputString)Creates and returns an XMLDocument from the input String.XMLDocumentXMLHelper. load(Source inputSource, String locationURI, Object options)Creates and returns an XMLDocument from the inputSource.Methods in commonj.sdo.helper with parameters of type XMLDocument Modifier and Type Method Description voidXMLHelper. save(XMLDocument xmlDocument, OutputStream outputStream, Object options)Serializes an XMLDocument as an XML document into the outputStream.voidXMLHelper. save(XMLDocument xmlDocument, Writer outputWriter, Object options)Serializes an XMLDocument as an XML document into the outputWriter.voidXMLHelper. 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 XMLDocument Modifier and Type Class Description classSDOXMLDocumentPurpose: 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 XMLDocument Modifier and Type Method Description XMLDocumentSDOXMLHelper. load(InputSource inputSource, String locationURI, Object options)INTERNAL:Methods in org.eclipse.persistence.sdo.helper with parameters of type XMLDocument Modifier and Type Method Description voidSDOXMLHelper. 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 XMLDocument Modifier and Type Method Description XMLDocumentSDOXMLHelperDelegate. createDocument(DataObject dataObject, String rootElementURI, String rootElementName)Creates an XMLDocument with the specified XML rootElement for the DataObject.XMLDocumentSDOXMLHelperDelegator. createDocument(DataObject dataObject, String rootElementURI, String rootElementName)XMLDocumentSDOXMLHelperDelegate. load(InputStream inputStream)Creates and returns an XMLDocument from the inputStream.XMLDocumentSDOXMLHelperDelegate. load(InputStream inputStream, String locationURI, Object options)Creates and returns an XMLDocument from the inputStream.XMLDocumentSDOXMLHelperDelegate. load(Reader inputReader, String locationURI, Object options)Creates and returns an XMLDocument from the inputReader.XMLDocumentSDOXMLHelperDelegate. load(String inputString)Creates and returns an XMLDocument from the input String.XMLDocumentSDOXMLHelperDelegate. load(Source source, String locationURI, Object options)XMLDocumentSDOXMLHelperDelegate. load(InputSource inputSource, String locationURI, Object options)Creates and returns an XMLDocument from the inputSource.XMLDocumentSDOXMLHelperDelegator. load(InputStream inputStream)XMLDocumentSDOXMLHelperDelegator. load(InputStream inputStream, String locationURI, Object options)XMLDocumentSDOXMLHelperDelegator. load(Reader inputReader, String locationURI, Object options)XMLDocumentSDOXMLHelperDelegator. load(String inputString)XMLDocumentSDOXMLHelperDelegator. load(Source source, String locationURI, Object options)XMLDocumentSDOXMLHelperDelegator. load(InputSource inputSource, String locationURI, Object options)Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type XMLDocument Modifier and Type Method Description voidSDOXMLHelperDelegate. save(XMLDocument xmlDocument, OutputStream outputStream, Object options)Serializes an XMLDocument as an XML document into the outputStream.voidSDOXMLHelperDelegate. save(XMLDocument xmlDocument, Writer outputWriter, Object options)Serializes an XMLDocument as an XML document into the outputWriter.voidSDOXMLHelperDelegate. save(XMLDocument xmlDocument, Result result, Object options)voidSDOXMLHelperDelegator. save(XMLDocument xmlDocument, OutputStream outputStream, Object options)voidSDOXMLHelperDelegator. save(XMLDocument xmlDocument, Writer outputWriter, Object options)voidSDOXMLHelperDelegator. save(XMLDocument xmlDocument, Result result, Object options)voidSDOXMLHelperDelegate. serialize(XMLDocument xmlDocument, OutputStream outputStream, Object options)voidSDOXMLHelperDelegator. serialize(XMLDocument xmlDocument, OutputStream outputStream, Object options)
-