All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
cleanUp(org.apache.uima.jcas.JCas jcas) |
static <T extends org.apache.uima.jcas.tcas.Annotation> Collection<T> |
select2Annotation(org.apache.uima.jcas.JCas jcas,
org.jsoup.nodes.Element rootElement,
Map<String,HTMLAnnotation> annoMap,
String cssSelector,
Class<T> annoClass,
org.apache.uima.jcas.tcas.Annotation coveringAnnotation) |
static <T extends org.apache.uima.jcas.tcas.Annotation> T |
selectRange2Annotation(org.apache.uima.jcas.JCas jcas,
org.jsoup.nodes.Element rootElement,
Map<String,HTMLAnnotation> annoMap,
String beginCssSelector,
String endCssSelector,
Class<T> annoClass) |