public class XmlDetagger
extends org.apache.uima.analysis_component.CasAnnotator_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_XMLTAG
Name of optional configuration parameter that contains the name of an XML tag that appears in
the input file.
|
| Constructor and Description |
|---|
XmlDetagger() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.uima.UimaContext aContext) |
void |
process(org.apache.uima.cas.CAS aCAS) |
void |
typeSystemInit(org.apache.uima.cas.TypeSystem aTypeSystem) |
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic static final String PARAM_XMLTAG
public void initialize(org.apache.uima.UimaContext aContext)
throws org.apache.uima.resource.ResourceInitializationException
initialize in interface org.apache.uima.analysis_component.AnalysisComponentinitialize in class org.apache.uima.analysis_component.AnalysisComponent_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptionpublic void typeSystemInit(org.apache.uima.cas.TypeSystem aTypeSystem)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
typeSystemInit in class org.apache.uima.analysis_component.CasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionpublic void process(org.apache.uima.cas.CAS aCAS)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process in class org.apache.uima.analysis_component.CasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.