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() |
Set<OWLAnnotation> |
getAnnotations() |
OWLAxiom |
getOWLObject() |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
setAxiom(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)
public OWLAxiom getOWLObject()
public void setAxiom(OWLAxiom axiom)
public void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<OWLAxiom>startElement in class AbstractOWLElementHandler<OWLAxiom>OWLXMLParserExceptionpublic void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<OWLAxiom>handleChild in class AbstractOWLElementHandler<OWLAxiom>OWLXMLParserExceptionpublic final void endElement()
throws OWLParserException,
UnloadableImportException
public Set<OWLAnnotation> getAnnotations()
protected abstract OWLAxiom createAxiom() throws OWLXMLParserException
OWLXMLParserExceptionCopyright © 2012 The University of Manchester. All Rights Reserved.