org.semanticweb.owlapi.owllink.server.parser
Class OWLlinkLoadOntologiesElementHandler
java.lang.Object
org.semanticweb.owlapi.owllink.server.parser.AbstractOWLlinkElementHandler<R>
org.semanticweb.owlapi.owllink.server.parser.AbstractOWLlinkKBRequestElementHandler<LoadOntologies>
org.semanticweb.owlapi.owllink.server.parser.OWLlinkLoadOntologiesElementHandler
- All Implemented Interfaces:
- OWLlinkElementHandler<LoadOntologies>, OWLlinkRequestElementHandler<LoadOntologies>
public class OWLlinkLoadOntologiesElementHandler
- extends AbstractOWLlinkKBRequestElementHandler<LoadOntologies>
Created by IntelliJ IDEA.
Author: Olaf Noppens
Date: 28.11.2009
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLlinkLoadOntologiesElementHandler
public OWLlinkLoadOntologiesElementHandler(OWLXMLParserHandler handler)
startElement
public void startElement(java.lang.String name)
throws OWLXMLParserException
- Overrides:
startElement in class AbstractOWLlinkKBRequestElementHandler<LoadOntologies>
- Throws:
OWLXMLParserException
attribute
public void attribute(java.lang.String localName,
java.lang.String value)
throws OWLXMLParserException
- Overrides:
attribute in class AbstractOWLlinkKBRequestElementHandler<LoadOntologies>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(OWLlinkOntologyIRIElementHandler handler)
- Specified by:
handleChild in interface OWLlinkElementHandler<LoadOntologies>- Overrides:
handleChild in class AbstractOWLlinkElementHandler<LoadOntologies>
handleChild
public void handleChild(OWLlinkIRIMappingElementHandler handler)
- Specified by:
handleChild in interface OWLlinkElementHandler<LoadOntologies>- Overrides:
handleChild in class AbstractOWLlinkElementHandler<LoadOntologies>
getOWLObject
public LoadOntologies getOWLObject()
throws OWLXMLParserException
- Throws:
OWLXMLParserException