public class OWLDeclarationAxiomElementHandler extends AbstractOWLAxiomElementHandler
| Constructor and Description |
|---|
OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected org.semanticweb.owlapi.model.OWLAxiom |
createAxiom() |
Set<org.semanticweb.owlapi.model.OWLAnnotation> |
getEntityAnnotations() |
void |
handleChild(AbstractClassExpressionElementHandler handler) |
void |
handleChild(AbstractOWLDataRangeHandler handler) |
void |
handleChild(AbstractOWLObjectPropertyElementHandler handler) |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
handleChild(OWLAnnotationPropertyElementHandler handler) |
void |
handleChild(OWLDataPropertyElementHandler handler) |
void |
handleChild(OWLIndividualElementHandler handler) |
void |
startElement(String name) |
endElement, getAnnotations, getOWLObject, setAxiomattribute, getAbbreviatedIRI, getColumnNumber, getConfiguration, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandlerpublic OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>startElement in class AbstractOWLAxiomElementHandlername - element nameOWLXMLParserException - if an error is raisedpublic void handleChild(AbstractClassExpressionElementHandler 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 handleChild(AbstractOWLObjectPropertyElementHandler 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 handleChild(OWLDataPropertyElementHandler 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 handleChild(AbstractOWLDataRangeHandler 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 handleChild(OWLAnnotationPropertyElementHandler 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 handleChild(OWLIndividualElementHandler handler)
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>handler - element handlerprotected org.semanticweb.owlapi.model.OWLAxiom createAxiom()
throws OWLXMLParserException
createAxiom in class AbstractOWLAxiomElementHandlerOWLXMLParserExceptionpublic void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAxiom>handleChild in class AbstractOWLAxiomElementHandlerhandler - element handlerOWLXMLParserException - if an error is raisedpublic Set<org.semanticweb.owlapi.model.OWLAnnotation> getEntityAnnotations()
Copyright © 2014 The University of Manchester. All Rights Reserved.