Package | Description |
---|---|
commonj.sdo.helper |
Modifier and Type | Method and Description |
---|---|
XMLDocument |
XMLHelper.createDocument(DataObject dataObject,
String rootElementURI,
String rootElementName)
Creates an XMLDocument with the specified XML rootElement for the DataObject.
|
XMLDocument |
XMLHelper.load(InputStream inputStream)
Creates and returns an XMLDocument from the inputStream.
|
XMLDocument |
XMLHelper.load(InputStream inputStream,
String locationURI,
Object options)
Creates and returns an XMLDocument from the inputStream.
|
XMLDocument |
XMLHelper.load(Reader inputReader,
String locationURI,
Object options)
Creates and returns an XMLDocument from the inputReader.
|
XMLDocument |
XMLHelper.load(Source inputSource,
String locationURI,
Object options)
Creates and returns an XMLDocument from the inputSource.
|
XMLDocument |
XMLHelper.load(String inputString)
Creates and returns an XMLDocument from the input String.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLHelper.save(XMLDocument xmlDocument,
OutputStream outputStream,
Object options)
Serializes an XMLDocument as an XML document into the outputStream.
|
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).
|
void |
XMLHelper.save(XMLDocument xmlDocument,
Writer outputWriter,
Object options)
Serializes an XMLDocument as an XML document into the outputWriter.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.