org.coode.owlapi.owlxmlparser
Class SWRLBuiltInAtomElementHandler

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

public class SWRLBuiltInAtomElementHandler
extends SWRLAtomElementHandler

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


Constructor Summary
SWRLBuiltInAtomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void attribute(java.lang.String localName, java.lang.String value)
           
 void endElement()
           
 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
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, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWRLBuiltInAtomElementHandler

public SWRLBuiltInAtomElementHandler(OWLXMLParserHandler handler)
Method Detail

attribute

public void attribute(java.lang.String localName,
                      java.lang.String value)
               throws OWLParserException
Specified by:
attribute in interface OWLElementHandler<SWRLAtom>
Overrides:
attribute in class AbstractOWLElementHandler<SWRLAtom>
Throws:
OWLParserException

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