public class OWLAnnotationElementHandler extends AbstractOWLElementHandler<OWLAnnotation>
Constructor and Description |
---|
OWLAnnotationElementHandler(OWLXMLParserHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
attribute(java.lang.String localName,
java.lang.String value) |
void |
endElement() |
OWLAnnotation |
getOWLObject() |
void |
handleChild(AbstractIRIElementHandler handler) |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
handleChild(OWLAnnotationPropertyElementHandler handler) |
void |
handleChild(OWLAnonymousIndividualElementHandler handler) |
void |
handleChild(OWLLiteralElementHandler handler) |
boolean |
isTextContentPossible() |
void |
startElement(java.lang.String name) |
getAbbreviatedIRI, getColumnNumber, getConfiguration, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, setParentHandler
public OWLAnnotationElementHandler(OWLXMLParserHandler handler)
public void startElement(java.lang.String name) throws OWLXMLParserException
startElement
in interface OWLElementHandler<OWLAnnotation>
startElement
in class AbstractOWLElementHandler<OWLAnnotation>
OWLXMLParserException
public void endElement() throws OWLParserException, UnloadableImportException
public void attribute(java.lang.String localName, java.lang.String value) throws OWLParserException
attribute
in interface OWLElementHandler<OWLAnnotation>
attribute
in class AbstractOWLElementHandler<OWLAnnotation>
OWLParserException
public void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAnnotation>
handleChild
in class AbstractOWLElementHandler<OWLAnnotation>
OWLXMLParserException
public void handleChild(OWLAnonymousIndividualElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAnnotation>
handleChild
in class AbstractOWLElementHandler<OWLAnnotation>
OWLXMLParserException
public void handleChild(OWLLiteralElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAnnotation>
handleChild
in class AbstractOWLElementHandler<OWLAnnotation>
OWLXMLParserException
public void handleChild(OWLAnnotationPropertyElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAnnotation>
handleChild
in class AbstractOWLElementHandler<OWLAnnotation>
OWLXMLParserException
public void handleChild(AbstractIRIElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAnnotation>
handleChild
in class AbstractOWLElementHandler<OWLAnnotation>
OWLXMLParserException
public OWLAnnotation getOWLObject()
public boolean isTextContentPossible()
isTextContentPossible
in interface OWLElementHandler<OWLAnnotation>
isTextContentPossible
in class AbstractOWLElementHandler<OWLAnnotation>