org.semanticweb.owlapi.owllink.server.parser
Class OWLlinkLiteralElementHandler

java.lang.Object
  extended by 
      extended by org.semanticweb.owlapi.owllink.server.parser.AbstractOWLlinkElementHandler<OWLlinkLiteral>
          extended by org.semanticweb.owlapi.owllink.server.parser.OWLlinkLiteralElementHandler
All Implemented Interfaces:
OWLlinkElementHandler<OWLlinkLiteral>

public class OWLlinkLiteralElementHandler
extends AbstractOWLlinkElementHandler<OWLlinkLiteral>

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


Constructor Summary
OWLlinkLiteralElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 OWLlinkLiteral getOWLObject()
           
 boolean isTextContentPossible()
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.server.parser.AbstractOWLlinkElementHandler
getOWLlinkObject, getParentHandler, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLlinkLiteralElementHandler

public OWLlinkLiteralElementHandler(OWLXMLParserHandler handler)
Method Detail

getOWLObject

public OWLlinkLiteral getOWLObject()

endElement

public void endElement()
                throws OWLXMLParserException
Overrides:
endElement in class AbstractOWLlinkElementHandler<OWLlinkLiteral>
Throws:
OWLXMLParserException

isTextContentPossible

public boolean isTextContentPossible()