org.coode.owlapi.owlxmlparser
Class SWRLDataPropertyAtomElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<SWRLAtom>
      extended by org.coode.owlapi.owlxmlparser.SWRLAtomElementHandler
          extended by org.coode.owlapi.owlxmlparser.SWRLDataPropertyAtomElementHandler
All Implemented Interfaces:
OWLElementHandler<SWRLAtom>

public class SWRLDataPropertyAtomElementHandler
extends SWRLAtomElementHandler

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 08-Oct-2009


Constructor Summary
SWRLDataPropertyAtomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 void handleChild(OWLDataPropertyElementHandler handler)
           
 void handleChild(OWLLiteralElementHandler handler)
           
 void handleChild(SWRLVariableElementHandler handler)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.SWRLAtomElementHandler
getOWLObject, setAtom
 
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, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWRLDataPropertyAtomElementHandler

public SWRLDataPropertyAtomElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

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

handleChild

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

handleChild

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

endElement

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