org.semanticweb.owlapi.owllink.parser
Class OWLlinkProtocolVersionElementHandler

java.lang.Object
  extended by 
      extended by org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkElementHandler<ProtocolVersion>
          extended by org.semanticweb.owlapi.owllink.parser.OWLlinkProtocolVersionElementHandler
All Implemented Interfaces:
OWLlinkElementHandler<ProtocolVersion>

public class OWLlinkProtocolVersionElementHandler
extends AbstractOWLlinkElementHandler<ProtocolVersion>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 22.10.2009


Field Summary
protected  int major
           
protected  int minor
           
 
Constructor Summary
OWLlinkProtocolVersionElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void attribute(java.lang.String localName, java.lang.String value)
           
 void endElement()
           
 ProtocolVersion getOWLLinkObject()
           
 void startElement(java.lang.String name)
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkElementHandler
getFullIRI, getOWLObject, getParentHandler, getRequest, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major

protected int major

minor

protected int minor
Constructor Detail

OWLlinkProtocolVersionElementHandler

public OWLlinkProtocolVersionElementHandler(OWLXMLParserHandler handler)
Method Detail

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
Throws:
OWLXMLParserException

getOWLLinkObject

public ProtocolVersion getOWLLinkObject()
Specified by:
getOWLLinkObject in interface OWLlinkElementHandler<ProtocolVersion>
Specified by:
getOWLLinkObject in class AbstractOWLlinkElementHandler<ProtocolVersion>

endElement

public void endElement()
                throws OWLXMLParserException
Throws:
OWLXMLParserException