org.coode.owlapi.owlxmlparser
Class AbbreviatedIRIElementHandler

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

public class AbbreviatedIRIElementHandler
extends AbstractIRIElementHandler

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


Constructor Summary
AbbreviatedIRIElementHandler(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

AbbreviatedIRIElementHandler

public AbbreviatedIRIElementHandler(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