org.coode.owl.owlxmlparser
Class OWLIndividualElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLIndividual>
      extended by org.coode.owl.owlxmlparser.OWLIndividualElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLIndividual>

public class OWLIndividualElementHandler
extends AbstractOWLElementHandler<OWLIndividual>

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


Constructor Summary
OWLIndividualElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void attribute(java.lang.String localName, java.lang.String value)
           
 void endElement()
           
 OWLIndividual 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

OWLIndividualElementHandler

public OWLIndividualElementHandler(OWLXMLParserHandler handler)
Method Detail

getOWLObject

public OWLIndividual getOWLObject()

attribute

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

endElement

public final void endElement()
                      throws OWLXMLParserException
Throws:
OWLXMLParserException