public class AnnotatorTitle extends Object implements IAnnotator
| Constructor and Description |
|---|
AnnotatorTitle() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTitle(nu.xom.Node node,
String message,
Throwable error)
Add title to a node based on error.
|
void |
annotate(IResultSet result)
Annotates the result information.
|
public void annotate(IResultSet result) throws AnnotatorException
IAnnotatorannotate in interface IAnnotatorresult - The result set.AnnotatorException - On annotation errors.protected void addTitle(nu.xom.Node node,
String message,
Throwable error)
throws AnnotatorException
node - The node.message - The message.error - The error.AnnotatorException - On annotation errors.Copyright © 2016. All rights reserved.