public abstract class AbstractOWLAxiomElementHandler extends AbstractOWLElementHandler<OWLAxiom>
Constructor and Description |
---|
AbstractOWLAxiomElementHandler(OWLXMLParserHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected abstract OWLAxiom |
createAxiom() |
void |
endElement() |
java.util.Set<OWLAnnotation> |
getAnnotations() |
OWLAxiom |
getOWLObject() |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
setAxiom(OWLAxiom axiom) |
void |
startElement(java.lang.String name) |
attribute, 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, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler
public AbstractOWLAxiomElementHandler(OWLXMLParserHandler handler)
public OWLAxiom getOWLObject()
public void setAxiom(OWLAxiom axiom)
public void startElement(java.lang.String name) throws OWLXMLParserException
startElement
in interface OWLElementHandler<OWLAxiom>
startElement
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public final void endElement() throws OWLParserException, UnloadableImportException
public java.util.Set<OWLAnnotation> getAnnotations()
protected abstract OWLAxiom createAxiom() throws OWLXMLParserException
OWLXMLParserException