org.coode.owlapi.owlxmlparser
Class SWRLAtomListElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<java.util.List<SWRLAtom>>
      extended by org.coode.owlapi.owlxmlparser.SWRLAtomListElementHandler
All Implemented Interfaces:
OWLElementHandler<java.util.List<SWRLAtom>>

public class SWRLAtomListElementHandler
extends AbstractOWLElementHandler<java.util.List<SWRLAtom>>

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


Constructor Summary
protected SWRLAtomListElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 java.util.List<SWRLAtom> getOWLObject()
           
 void handleChild(SWRLAtomElementHandler 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

SWRLAtomListElementHandler

protected SWRLAtomListElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

public void handleChild(SWRLAtomElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<java.util.List<SWRLAtom>>
Overrides:
handleChild in class AbstractOWLElementHandler<java.util.List<SWRLAtom>>
Throws:
OWLXMLParserException

getOWLObject

public java.util.List<SWRLAtom> getOWLObject()
                                      throws OWLXMLParserException
Throws:
OWLXMLParserException

endElement

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