com.ddtek.xmlconverter
Class XMLStreamWriterResult

java.lang.Object
  extended by com.ddtek.xmlconverter.XMLStreamWriterResult
All Implemented Interfaces:
Result

public class XMLStreamWriterResult
extends Object
implements Result

The XMLStreamWriterResult is used to specify that the user of Converter wants the result data to be written to an XMLStreamWriter.


Field Summary
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
XMLStreamWriterResult(javax.xml.stream.XMLStreamWriter xmlWriter)
          Create the XMLStreamWriterResult, supplying the XMLStreamWriter which is to receive the result data.
 
Method Summary
 String getSystemId()
          Get the SystemId of the result data.
 void setSystemId(String systemId)
          Set the SystemId of the result data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamWriterResult

public XMLStreamWriterResult(javax.xml.stream.XMLStreamWriter xmlWriter)
Create the XMLStreamWriterResult, supplying the XMLStreamWriter which is to receive the result data.

Parameters:
xmlWriter - The XMLStreamWriter which will receive the result data.
Method Detail

setSystemId

public void setSystemId(String systemId)
Set the SystemId of the result data.

Specified by:
setSystemId in interface Result

getSystemId

public String getSystemId()
Get the SystemId of the result data.

Specified by:
getSystemId in interface Result