|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLAxiom> org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
public abstract class AbstractOWLAxiomElementHandler
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006
Constructor Summary | |
---|---|
AbstractOWLAxiomElementHandler(OWLXMLParserHandler handler)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler |
---|
attribute, getAbbreviatedIRI, getColumnNumber, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractOWLAxiomElementHandler(OWLXMLParserHandler handler)
Method Detail |
---|
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
OWLParserException
UnloadableImportException
public java.util.Set<OWLAnnotation> getAnnotations()
protected abstract OWLAxiom createAxiom() throws OWLXMLParserException
OWLXMLParserException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |