|
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
local.tomas.common.xml.impl.XMLSourceReaderImpl
public class XMLSourceReaderImpl
XML source reader implementation.
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_TYPE
Attribute. |
static String |
CHAR_TYPE
Character. |
static String |
DOC_END_TYPE
End of document. |
static String |
DOC_TYPE
Document |
static String |
END_TOKEN_TYPE
End token. |
static String |
LOCAL_NAME_TYPE
Local name. |
static String |
QNAME_TYPE
QName. |
static String |
START_TOKEN_TYPE
Start token. |
static String |
URI_TYPE
URI. |
| Constructor Summary | |
|---|---|
XMLSourceReaderImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
Source |
getSource(XMLSource source)
Get XML transformation source to retrieve an XML structure from the source. |
| Methods inherited from class local.tomas.common.xml.XMLSourceReader |
|---|
createReader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DOC_TYPE
public static final String DOC_END_TYPE
public static final String CHAR_TYPE
public static final String START_TOKEN_TYPE
public static final String END_TOKEN_TYPE
public static final String ATTRIBUTE_TYPE
public static final String URI_TYPE
public static final String QNAME_TYPE
public static final String LOCAL_NAME_TYPE
| Constructor Detail |
|---|
public XMLSourceReaderImpl()
| Method Detail |
|---|
public Source getSource(XMLSource source)
throws XMLException
XMLSourceReader
getSource in class XMLSourceReadersource - - the source
XMLException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||