org.coode.owlapi.owlxmlparser
Class IRIElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<IRI>
      extended by org.coode.owlapi.owlxmlparser.AbstractIRIElementHandler
          extended by org.coode.owlapi.owlxmlparser.IRIElementHandler
All Implemented Interfaces:
OWLElementHandler<IRI>

public class IRIElementHandler
extends AbstractIRIElementHandler

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-May-2009


Constructor Summary
IRIElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 IRI getOWLObject()
           
 boolean isTextContentPossible()
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler
attribute, 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, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRIElementHandler

public IRIElementHandler(OWLXMLParserHandler handler)
Method Detail

isTextContentPossible

public boolean isTextContentPossible()
Specified by:
isTextContentPossible in interface OWLElementHandler<IRI>
Overrides:
isTextContentPossible in class AbstractOWLElementHandler<IRI>

getOWLObject

public IRI getOWLObject()
                 throws OWLXMLParserException
Throws:
OWLXMLParserException

endElement

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