org.coode.owlapi.owlxmlparser
Class OWLUnionOfElementHandler

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

public class OWLUnionOfElementHandler
extends AbstractOWLElementHandler<OWLClassExpression>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2007


Constructor Summary
OWLUnionOfElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 OWLClassExpression getOWLObject()
           
 void handleChild(AbstractClassExpressionElementHandler handler)
           
 
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, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLUnionOfElementHandler

public OWLUnionOfElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

public void handleChild(AbstractClassExpressionElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<OWLClassExpression>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLClassExpression>
Throws:
OWLXMLParserException

endElement

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

getOWLObject

public OWLClassExpression getOWLObject()