org.coode.owlapi.owlxmlparser
Class OWLAnnotationAssertionElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      extended by org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
          extended by org.coode.owlapi.owlxmlparser.OWLAnnotationAssertionElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>

public class OWLAnnotationAssertionElementHandler
extends AbstractOWLAxiomElementHandler

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Mar-2007


Constructor Summary
OWLAnnotationAssertionElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
protected  OWLAxiom createAxiom()
           
 void handleChild(AbstractIRIElementHandler handler)
           
 void handleChild(OWLAnnotationPropertyElementHandler handler)
           
 void handleChild(OWLAnonymousIndividualElementHandler handler)
           
 void handleChild(OWLLiteralElementHandler handler)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
endElement, getAnnotations, getOWLObject, handleChild, setAxiom, startElement
 
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, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLAnnotationAssertionElementHandler

public OWLAnnotationAssertionElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

public void handleChild(AbstractIRIElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
Throws:
OWLXMLParserException

handleChild

public void handleChild(OWLAnonymousIndividualElementHandler 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(OWLLiteralElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
Throws:
OWLXMLParserException

createAxiom

protected OWLAxiom createAxiom()
                        throws OWLXMLParserException
Specified by:
createAxiom in class AbstractOWLAxiomElementHandler
Throws:
OWLXMLParserException