org.coode.owl.owlxmlparser
Class AbstractOWLDescriptionElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLDescription>
      extended by org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLDescription>
Direct Known Subclasses:
AbstractNaryBooleanDescriptionElementHandler, AbstractRestrictionElementHandler, OWLClassElementHandler, OWLObjectComplementOfElementHandler, OWLObjectExistsSelfElementHandler, OWLObjectOneOfElementHandler

public abstract class AbstractOWLDescriptionElementHandler
extends AbstractOWLElementHandler<OWLDescription>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Dec-2006


Constructor Summary
AbstractOWLDescriptionElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 OWLDescription getOWLObject()
           
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
attribute, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOWLDescriptionElementHandler

public AbstractOWLDescriptionElementHandler(OWLXMLParserHandler handler)
Method Detail

endElement

public final void endElement()
                      throws OWLXMLParserException
Throws:
OWLXMLParserException

getOWLObject

public final OWLDescription getOWLObject()