|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.common.xml.XMLSourceReader
public abstract class XMLSourceReader
Use this class to retrieve XML from an arbitrary iterable source.
| Constructor Summary | |
|---|---|
protected |
XMLSourceReader()
Do not instantiate directly. |
| Method Summary | |
|---|---|
static XMLSourceReader |
createReader()
Create an XML target store for an abstract target. |
abstract Source |
getSource(XMLSource source)
Get XML transformation source to retrieve an XML structure from the source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected XMLSourceReader()
| Method Detail |
|---|
public static XMLSourceReader createReader()
public abstract Source getSource(XMLSource source)
throws XMLException
source - - the source
XMLException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||