private abstract class SemanticAnnotationsEditionHandler.AbstractSaxedSemanticAnnotation extends Object
Modifier and Type | Field and Description |
---|---|
private int |
_cptrElementsInsideSemanticAnnotation |
private String |
_currentAnnotationName |
private StringBuilder |
_currentAnnotationValue |
private boolean |
_hasFinished |
Constructor and Description |
---|
AbstractSaxedSemanticAnnotation(String annotationName) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement() |
String |
getCurrentAnnotationName() |
StringBuilder |
getCurrentAnnotationValue() |
boolean |
hasFinished() |
abstract void |
onAnnotationReady() |
void |
startElement() |
private final String _currentAnnotationName
private int _cptrElementsInsideSemanticAnnotation
private final StringBuilder _currentAnnotationValue
private boolean _hasFinished
public AbstractSaxedSemanticAnnotation(String annotationName)
public void startElement()
public void endElement() throws Exception
Exception
public abstract void onAnnotationReady() throws Exception
Exception
public void characters(char[] ch, int start, int length)
public String getCurrentAnnotationName()
public StringBuilder getCurrentAnnotationValue()
public boolean hasFinished()