public class Visitor extends Object implements org.jsoup.select.NodeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HTMLAnnotation> |
annotationMap |
protected Map<org.jsoup.nodes.Node,Integer> |
beginMap |
protected String[] |
blockElements |
protected org.apache.uima.fit.factory.JCasBuilder |
builder |
| Constructor and Description |
|---|
Visitor(org.apache.uima.jcas.JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HTMLAnnotation> |
getAnnotationMap() |
org.apache.uima.jcas.JCas |
getJCas() |
void |
head(org.jsoup.nodes.Node node,
int depth) |
void |
tail(org.jsoup.nodes.Node node,
int depth) |
protected org.apache.uima.fit.factory.JCasBuilder builder
protected Map<String,HTMLAnnotation> annotationMap
protected String[] blockElements
public void head(org.jsoup.nodes.Node node,
int depth)
head in interface org.jsoup.select.NodeVisitorpublic void tail(org.jsoup.nodes.Node node,
int depth)
tail in interface org.jsoup.select.NodeVisitorpublic org.apache.uima.jcas.JCas getJCas()
public Map<String,HTMLAnnotation> getAnnotationMap()
Copyright © 2016. All rights reserved.