edu.isi.pegasus.planner.provenance.pasoa
public interface XMLProducer
| Modifier and Type | Method and Description |
|---|---|
void |
add(String xml)
Adds an XML fragment to the internal XML store
|
void |
clear()
Clears the internal state.
|
String |
toXML()
Returns the interaction assertions as a XML blob.
|
void |
toXML(Writer writer)
Returns the xml description of the object.
|
void clear()
void add(String xml)
xml - the XML fragment to be added.void toXML(Writer writer) throws IOException
writer - is a Writer opened and ready for writing. This can also
be a StringWriter for efficient output.IOException - if something fishy happens to the stream.String toXML() throws IOException
IOException - if something fishy happens to the stream.