|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLDocument | |
|---|---|
| commonj.sdo.helper | |
| org.plasma.sdo.core | |
| org.plasma.sdo.helper | |
| org.plasma.sdo.xml | |
| 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. |
| Uses of XMLDocument in org.plasma.sdo.core |
|---|
| Classes in org.plasma.sdo.core that implement XMLDocument | |
|---|---|
class |
CoreXMLDocument
|
| Uses of XMLDocument in org.plasma.sdo.helper |
|---|
| Methods in org.plasma.sdo.helper that return XMLDocument | |
|---|---|
XMLDocument |
PlasmaXMLHelper.createDocument(DataObject dataObject,
String rootElementURI,
String rootElementName)
Creates an XMLDocument with the specified XML rootElement for the DataObject. |
XMLDocument |
PlasmaXMLHelper.load(InputStream inputStream)
Creates and returns an XMLDocument from the inputStream. |
XMLDocument |
PlasmaXMLHelper.load(InputStream inputStream,
String locationURI,
Object options)
Creates and returns an XMLDocument from the inputStream. |
XMLDocument |
PlasmaXMLHelper.load(Reader inputReader,
String locationURI,
Object options)
Creates and returns an XMLDocument from the inputReader. |
XMLDocument |
PlasmaXMLHelper.load(Source inputSource,
String locationURI,
Object options)
Creates and returns an XMLDocument from the inputSource. |
XMLDocument |
PlasmaXMLHelper.load(String inputString)
Creates and returns an XMLDocument from the input String. |
| Methods in org.plasma.sdo.helper with parameters of type XMLDocument | |
|---|---|
void |
PlasmaXMLHelper.save(XMLDocument xmlDocument,
OutputStream outputStream,
Object options)
Serializes an XMLDocument as an XML document into the outputStream. |
void |
PlasmaXMLHelper.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 |
PlasmaXMLHelper.save(XMLDocument xmlDocument,
Writer outputWriter,
Object options)
Serializes an XMLDocument as an XML document into the outputWriter. |
| Uses of XMLDocument in org.plasma.sdo.xml |
|---|
| Fields in org.plasma.sdo.xml declared as XMLDocument | |
|---|---|
protected XMLDocument |
Marshaller.document
|
protected XMLDocument |
Unmarshaller.result
|
| Methods in org.plasma.sdo.xml that return XMLDocument | |
|---|---|
XMLDocument |
StreamUnmarshaller.getResult()
|
| Constructors in org.plasma.sdo.xml with parameters of type XMLDocument | |
|---|---|
DocumentMarshaller(XMLDocument document)
Deprecated. |
|
Marshaller(MarshallerFlavor flavor,
XMLDocument document)
|
|
Marshaller(XMLDocument document,
XMLOptions options)
|
|
StreamMarshaller(XMLDocument document)
Constructor. |
|
StreamMarshaller(XMLDocument document,
XMLOptions options)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||