private class SemanticAnnotationsEditionHandler.SemanticAnnotationsHolder extends Object
Modifier and Type | Field and Description |
---|---|
(package private) ModifiableRichText |
_richText |
private List<SemanticAnnotationsEditionHandler.AbstractSaxedSemanticAnnotation> |
_saxedSemanticAnnotations |
Constructor and Description |
---|
SemanticAnnotationsHolder(ModifiableRichText richText) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement() |
void |
newSaxedSemanticAnnotation(String annotationName)
Add a new semantic annotation in the holder
|
void |
startElement() |
final ModifiableRichText _richText
private final List<SemanticAnnotationsEditionHandler.AbstractSaxedSemanticAnnotation> _saxedSemanticAnnotations
public SemanticAnnotationsHolder(ModifiableRichText richText)
public void startElement()
public void endElement() throws SAXException
SAXException
public void characters(char[] ch, int start, int length)
public void newSaxedSemanticAnnotation(String annotationName)
annotationName
- The name of the semantic annotation