org.coode.owlapi.owlxmlparser
Class LegacyEntityAnnotationElementHandler

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

public class LegacyEntityAnnotationElementHandler
extends AbstractOWLAxiomElementHandler

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-May-2009


Constructor Summary
LegacyEntityAnnotationElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
protected  OWLAxiom createAxiom()
           
 void handleChild(AbstractClassExpressionElementHandler handler)
           
 void handleChild(AbstractOWLObjectPropertyElementHandler handler)
           
 void handleChild(OWLAnnotationElementHandler handler)
           
 void handleChild(OWLDataPropertyElementHandler handler)
           
 void handleChild(OWLIndividualElementHandler handler)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
endElement, getAnnotations, getOWLObject, 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

LegacyEntityAnnotationElementHandler

public LegacyEntityAnnotationElementHandler(OWLXMLParserHandler handler)
Method Detail

createAxiom

protected OWLAxiom createAxiom()
                        throws OWLXMLParserException
Specified by:
createAxiom 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(OWLDataPropertyElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
Throws:
OWLXMLParserException

handleChild

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