|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLDocument | |
|---|---|
| commonj.sdo.helper | |
| Uses of XMLDocument in commonj.sdo.helper |
|---|
| Methods in commonj.sdo.helper that return XMLDocument | |
|---|---|
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. |
| Methods in commonj.sdo.helper with parameters of type XMLDocument | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||