public abstract class AbstractOWLAxiomElementHandler extends AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>
| Constructor and Description |
|---|
AbstractOWLAxiomElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.semanticweb.owlapi.model.OWLAxiom |
createAxiom() |
void |
endElement() |
Set<org.semanticweb.owlapi.model.OWLAnnotation> |
getAnnotations() |
org.semanticweb.owlapi.model.OWLAxiom |
getOWLObject() |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
setAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom) |
void |
startElement(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, setParentHandlerpublic AbstractOWLAxiomElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic org.semanticweb.owlapi.model.OWLAxiom getOWLObject()
public void setAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - axiom to addpublic void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>startElement in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>name - element nameOWLXMLParserException - if an error is raisedpublic void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>handler - element handlerOWLXMLParserException - if an error is raisedpublic void endElement()
throws org.semanticweb.owlapi.io.OWLParserException,
org.semanticweb.owlapi.model.UnloadableImportException
org.semanticweb.owlapi.io.OWLParserException - if an error is raisedorg.semanticweb.owlapi.model.UnloadableImportException - if an import cannot be resolvedpublic Set<org.semanticweb.owlapi.model.OWLAnnotation> getAnnotations()
protected abstract org.semanticweb.owlapi.model.OWLAxiom createAxiom()
throws OWLXMLParserException
OWLXMLParserExceptionCopyright © 2014 The University of Manchester. All Rights Reserved.