org.coode.owlapi.owlxmlparser
Class OWLDeclarationAxiomElementHandler
java.lang.Object
org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
org.coode.owlapi.owlxmlparser.OWLDeclarationAxiomElementHandler
- All Implemented Interfaces:
- OWLElementHandler<OWLAxiom>
public class OWLDeclarationAxiomElementHandler
- extends AbstractOWLAxiomElementHandler
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006
| 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, isTextContentPossible, setParentHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLDeclarationAxiomElementHandler
public OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler)
startElement
public void startElement(java.lang.String name)
throws OWLXMLParserException
- Specified by:
startElement in interface OWLElementHandler<OWLAxiom>- Overrides:
startElement in class AbstractOWLAxiomElementHandler
- Throws:
OWLXMLParserException
handleChild
public void handleChild(AbstractClassExpressionElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(AbstractOWLObjectPropertyElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(OWLDataPropertyElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(AbstractOWLDataRangeHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(OWLAnnotationPropertyElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(OWLIndividualElementHandler handler)
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
createAxiom
protected OWLAxiom createAxiom()
throws OWLXMLParserException
- Specified by:
createAxiom in class AbstractOWLAxiomElementHandler
- Throws:
OWLXMLParserException
handleChild
public void handleChild(OWLAnnotationElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>- Overrides:
handleChild in class AbstractOWLAxiomElementHandler
- Throws:
OWLXMLParserException
getEntityAnnotations
public java.util.Set<OWLAnnotation> getEntityAnnotations()