org.coode.owlapi.owlxmlparser
Class OWLDataPropertyElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLDataPropertyExpression>
      extended by org.coode.owlapi.owlxmlparser.OWLDataPropertyElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLDataPropertyExpression>

public class OWLDataPropertyElementHandler
extends AbstractOWLElementHandler<OWLDataPropertyExpression>

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


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

OWLDataPropertyElementHandler

public OWLDataPropertyElementHandler(OWLXMLParserHandler handler)
Method Detail

getOWLObject

public OWLDataPropertyExpression getOWLObject()

attribute

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

endElement

public final void endElement()
                      throws OWLParserException,
                             UnloadableImportException
Throws:
OWLParserException
UnloadableImportException