org.coode.owl.owlxmlparser
Class OWLDeclarationAxiomElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      extended by org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
          extended by org.coode.owl.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


Constructor Summary
OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 java.util.Set<OWLAnnotation> getEntityAnnotations()
           
 void handleChild(AbstractOWLDescriptionElementHandler handler)
           
 void handleChild(AbstractOWLObjectPropertyElementHandler handler)
           
 void handleChild(OWLAnnotationElementHandler handler)
           
 void handleChild(OWLDataPropertyElementHandler handler)
           
 void handleChild(OWLIndividualElementHandler handler)
           
 void startElement(java.lang.String name)
           
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
endElement, getAnnotations, getOWLObject, setAxiom
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
attribute, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLDeclarationAxiomElementHandler

public OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler)
Method Detail

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(AbstractOWLDescriptionElementHandler 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(OWLIndividualElementHandler handler)
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>

handleChild

public void handleChild(OWLAnnotationElementHandler handler)
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLAxiomElementHandler

getEntityAnnotations

public java.util.Set<OWLAnnotation> getEntityAnnotations()