|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ddtek.xmlconverter.XMLStreamReaderSource
public class XMLStreamReaderSource
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 |
---|
public XMLStreamReaderSource(javax.xml.stream.XMLStreamReader xmlReader)
xmlReader
- The XMLStreamReader which will supply the source data.Method Detail |
---|
public void setSystemId(String systemId)
setSystemId
in interface Source
public String getSystemId()
getSystemId
in interface Source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |