com.ddtek.xmlconverter
Class XMLStreamReaderSource

java.lang.Object
  extended by com.ddtek.xmlconverter.XMLStreamReaderSource
All Implemented Interfaces:
Source

public class XMLStreamReaderSource
extends Object
implements Source

The XMLStreamReaderSource is used to specify that the user of Converter wants to supply the source data to the conversion with an XMLStreamReader.


Constructor Summary
XMLStreamReaderSource(javax.xml.stream.XMLStreamReader xmlReader)
          Create the XMLStreamReaderSource, supplying the source data with an XMLStreamReader.
 
Method Summary
 String getSystemId()
          Get the SystemId of the source data.
 void setSystemId(String systemId)
          Set the SystemId of the source data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamReaderSource

public XMLStreamReaderSource(javax.xml.stream.XMLStreamReader xmlReader)
Create the XMLStreamReaderSource, supplying the source data with an XMLStreamReader.

Parameters:
xmlReader - The XMLStreamReader which will supply the source data.
Method Detail

setSystemId

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

Specified by:
setSystemId in interface Source

getSystemId

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

Specified by:
getSystemId in interface Source