org.coode.owlapi.owlxmlparser
Class OWLClassElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLClassExpression>
      extended by org.coode.owlapi.owlxmlparser.AbstractClassExpressionElementHandler
          extended by org.coode.owlapi.owlxmlparser.OWLClassElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLClassExpression>

public class OWLClassElementHandler
extends AbstractClassExpressionElementHandler

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 endClassExpressionElement()
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractClassExpressionElementHandler
endElement, getOWLObject, setClassExpression
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler
getAbbreviatedIRI, getColumnNumber, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 OWLParserException
Specified by:
attribute in interface OWLElementHandler<OWLClassExpression>
Overrides:
attribute in class AbstractOWLElementHandler<OWLClassExpression>
Throws:
OWLParserException

endClassExpressionElement

public void endClassExpressionElement()
                               throws OWLXMLParserException
Specified by:
endClassExpressionElement in class AbstractClassExpressionElementHandler
Throws:
OWLXMLParserException