org.coode.owl.owlxmlparser
Class OWLClassElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLDescription>
      extended by org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
          extended by org.coode.owl.owlxmlparser.OWLClassElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLDescription>

public class OWLClassElementHandler
extends AbstractOWLDescriptionElementHandler

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


Constructor Summary
OWLClassElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void attribute(java.lang.String localName, java.lang.String value)
           
 void endDescriptionElement()
           
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
endElement, getOWLObject
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
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

OWLClassElementHandler

public OWLClassElementHandler(OWLXMLParserHandler handler)
Method Detail

attribute

public void attribute(java.lang.String localName,
                      java.lang.String value)
               throws OWLXMLParserException
Specified by:
attribute in interface OWLElementHandler<OWLDescription>
Overrides:
attribute in class AbstractOWLElementHandler<OWLDescription>
Throws:
OWLXMLParserException

endDescriptionElement

public void endDescriptionElement()
                           throws OWLXMLParserException
Throws:
OWLXMLParserException