|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.bpel4ws.XMLBackend
public class XMLBackend
This provides methods for writing an XML document to a file.
Constructor Summary | |
---|---|
XMLBackend()
|
Method Summary | |
---|---|
static void |
writeXMLToOutputStream(java.io.OutputStream out,
org.jdom.Document document)
Writes an XML document to an output stream |
static java.lang.String |
xmlToString(org.jdom.Document document)
Converts a JDOM representation of an XML tree into an equivalent string representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLBackend()
Method Detail |
---|
public static void writeXMLToOutputStream(java.io.OutputStream out, org.jdom.Document document) throws java.io.IOException
out
- -
An output streamdocument
- -
An XML document
java.io.IOException
- -
Thrown if the document can not be written to the output
streampublic static java.lang.String xmlToString(org.jdom.Document document) throws java.io.IOException
document
- -
The document
java.io.IOException
- -
Thrown if conversion fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |