org.coode.owlapi.owlxmlparser
Class OWLAnnotationPropertyElementHandler

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

public class OWLAnnotationPropertyElementHandler
extends AbstractOWLElementHandler<OWLAnnotationProperty>

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 23-Apr-2009


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

OWLAnnotationPropertyElementHandler

public OWLAnnotationPropertyElementHandler(OWLXMLParserHandler handler)
Method Detail

getOWLObject

public OWLAnnotationProperty getOWLObject()

attribute

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

endElement

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