|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLDocument | |
---|---|
commonj.sdo.helper | |
org.apache.tuscany.samples.sdo | Provides common constants and a command line java interface for executing samples. |
org.apache.tuscany.samples.sdo.advanced | Advanced Service Data Object (SDO) Sample Programs |
org.apache.tuscany.sdo.api | |
org.apache.tuscany.sdo.helper | |
org.apache.tuscany.sdo.util.resource |
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.apache.tuscany.samples.sdo |
---|
Methods in org.apache.tuscany.samples.sdo that return XMLDocument | |
---|---|
XMLDocument |
SampleBase.getXMLDocumentFromFile(HelperContext scope,
String filename)
|
protected XMLDocument |
SampleBase.getXMLDocumentFromString(HelperContext scope,
String xmlDoc)
|
Uses of XMLDocument in org.apache.tuscany.samples.sdo.advanced |
---|
Methods in org.apache.tuscany.samples.sdo.advanced with parameters of type XMLDocument | |
---|---|
void |
PrintDataGraph.printXMLDocument(XMLDocument xmlDocument)
|
Uses of XMLDocument in org.apache.tuscany.sdo.api |
---|
Methods in org.apache.tuscany.sdo.api that return XMLDocument | |
---|---|
XMLDocument |
XMLStreamHelper.load(javax.xml.stream.XMLStreamReader reader)
Creates and returns an XMLDocument from an XML input stream. |
Methods in org.apache.tuscany.sdo.api with parameters of type XMLDocument | |
---|---|
javax.xml.stream.XMLStreamReader |
XMLStreamHelper.createXMLStreamReader(XMLDocument document)
Creates and returns a XMLStreamReader that can be used to read an XMLDocument as a XML event stream. |
void |
XMLStreamHelper.save(XMLDocument document,
javax.xml.stream.XMLStreamWriter writer)
Save a XMLDocument to an XML stream. |
void |
XMLStreamHelper.save(XMLDocument document,
javax.xml.stream.XMLStreamWriter writer,
Map options)
|
Uses of XMLDocument in org.apache.tuscany.sdo.helper |
---|
Classes in org.apache.tuscany.sdo.helper that implement XMLDocument | |
---|---|
class |
XMLDocumentImpl
Represents an XML Document containing a tree of DataObjects. |
Methods in org.apache.tuscany.sdo.helper that return XMLDocument | |
---|---|
XMLDocument |
XMLHelperImpl.createDocument(DataObject dataObject,
String rootElementURI,
String rootElementName)
|
XMLDocument |
XMLHelperImpl.load(InputStream inputStream)
|
XMLDocument |
XMLHelperImpl.load(InputStream inputStream,
String locationURI,
Object options)
|
XMLDocument |
XMLHelperImpl.load(Reader inputReader,
String locationURI,
Object options)
|
XMLDocument |
XMLHelperImpl.load(Source source,
String locationURI,
Object options)
|
XMLDocument |
XMLHelperImpl.load(String inputString)
|
XMLDocument |
XMLHelperImpl.load(String inputString,
Object options)
|
XMLDocument |
XMLStreamHelperImpl.load(javax.xml.stream.XMLStreamReader reader)
|
protected XMLDocument |
XMLStreamHelperImpl.loadDocument(javax.xml.stream.XMLStreamReader reader,
Map options)
|
Methods in org.apache.tuscany.sdo.helper with parameters of type XMLDocument | |
---|---|
javax.xml.stream.XMLStreamReader |
XMLStreamHelperImpl.createXMLStreamReader(XMLDocument document)
|
void |
XMLHelperImpl.save(XMLDocument xmlDocument,
OutputStream outputStream,
Object options)
|
void |
XMLHelperImpl.save(XMLDocument xmlDocument,
Result outputResult,
Object options)
|
void |
XMLHelperImpl.save(XMLDocument xmlDocument,
Writer outputWriter,
Object options)
|
void |
XMLStreamHelperImpl.save(XMLDocument document,
javax.xml.stream.XMLStreamWriter writer)
|
void |
XMLStreamHelperImpl.save(XMLDocument document,
javax.xml.stream.XMLStreamWriter writer,
Map options)
|
Uses of XMLDocument in org.apache.tuscany.sdo.util.resource |
---|
Constructors in org.apache.tuscany.sdo.util.resource with parameters of type XMLDocument | |
---|---|
DataObjectXMLStreamReader(XMLDocument document,
TypeHelper typeHelper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |