public class XMLReader
extends org.apache.uima.collection.CollectionReader_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_HEADER_TYPE
Configuration parameter defined in the descriptor.
|
static String |
PARAM_INPUT_DIR
Configuration parameter defined in the descriptor.
|
static String |
PARAM_INPUT_FILE
Configuration parameter defined in the descriptor
|
static String |
PARAM_MAPPING_FILE
Configuration parameter defined in the descriptor
|
| Constructor and Description |
|---|
XMLReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
getNext(org.apache.uima.cas.CAS cas) |
org.apache.uima.util.Progress[] |
getProgress() |
boolean |
hasNext() |
void |
initialize() |
destroy, getCasInitializer, getProcessingResourceMetaData, initialize, isConsuming, reconfigure, setCasInitializer, typeSystemInitgetConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValuegetCasManager, getLogger, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String PARAM_INPUT_DIR
public static final String PARAM_INPUT_FILE
public static final String PARAM_MAPPING_FILE
public static final String PARAM_HEADER_TYPE
public void initialize()
throws org.apache.uima.resource.ResourceInitializationException
initialize in class org.apache.uima.collection.CollectionReader_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptionpublic void getNext(org.apache.uima.cas.CAS cas)
throws IOException,
org.apache.uima.collection.CollectionException
IOExceptionorg.apache.uima.collection.CollectionExceptionCollectionReader.getNext(org.apache.uima.cas.CAS)public boolean hasNext()
throws IOException,
org.apache.uima.collection.CollectionException
IOExceptionorg.apache.uima.collection.CollectionExceptionBaseCollectionReader.hasNext()public org.apache.uima.util.Progress[] getProgress()
BaseCollectionReader.getProgress()public void close()
throws IOException
IOExceptionBaseCollectionReader.close()Copyright © 2018 JULIE Lab, Germany. All rights reserved.