org.coode.owlapi.owlxmlparser
Class OWLImportsHandler

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

public class OWLImportsHandler
extends AbstractOWLElementHandler<OWLOntology>

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


Constructor Summary
OWLImportsHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 OWLOntology 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

OWLImportsHandler

public OWLImportsHandler(OWLXMLParserHandler handler)
Method Detail

endElement

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

getOWLObject

public OWLOntology getOWLObject()

isTextContentPossible

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