org.semanticweb.owlapi.owllink.server.parser
Class OWLlinkCreateKBElementHandler
java.lang.Object
org.semanticweb.owlapi.owllink.server.parser.AbstractOWLlinkElementHandler<R>
org.semanticweb.owlapi.owllink.server.parser.AbstractOWLlinkRequestElementHandler<CreateKB>
org.semanticweb.owlapi.owllink.server.parser.OWLlinkCreateKBElementHandler
- All Implemented Interfaces:
- OWLlinkElementHandler<CreateKB>, OWLlinkRequestElementHandler<CreateKB>
public class OWLlinkCreateKBElementHandler
- extends AbstractOWLlinkRequestElementHandler<CreateKB>
Created by IntelliJ IDEA.
Author: Olaf Noppens
Date: 25.10.2009
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kb
protected IRI kb
name
protected java.lang.String name
prefixes
protected java.util.Set<OWLlinkPrefixElementHandler.Prefix> prefixes
OWLlinkCreateKBElementHandler
public OWLlinkCreateKBElementHandler(OWLXMLParserHandler handler)
attribute
public void attribute(java.lang.String localName,
java.lang.String value)
throws OWLXMLParserException
- Throws:
OWLXMLParserException
startElement
public void startElement(java.lang.String name)
throws OWLXMLParserException
- Overrides:
startElement in class AbstractOWLlinkRequestElementHandler<CreateKB>
- Throws:
OWLXMLParserException
getKB
public IRI getKB()
handleChild
public void handleChild(OWLlinkPrefixElementHandler handler)
- Specified by:
handleChild in interface OWLlinkElementHandler<CreateKB>- Overrides:
handleChild in class AbstractOWLlinkElementHandler<CreateKB>
endElement
public void endElement()
throws OWLXMLParserException
- Overrides:
endElement in class AbstractOWLlinkRequestElementHandler<CreateKB>
- Throws:
OWLXMLParserException
getOWLObject
public CreateKB getOWLObject()
throws OWLXMLParserException
- Throws:
OWLXMLParserException