org.coode.owl.owlxmlparser
Class OWLDataHasValueElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLDescription>
      extended by org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
          extended by org.coode.owl.owlxmlparser.AbstractRestrictionElementHandler<OWLDataPropertyExpression,F>
              extended by org.coode.owl.owlxmlparser.AbstractDataRestrictionElementHandler<OWLConstant>
                  extended by org.coode.owl.owlxmlparser.OWLDataHasValueElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLDescription>

public class OWLDataHasValueElementHandler
extends AbstractDataRestrictionElementHandler<OWLConstant>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006


Constructor Summary
OWLDataHasValueElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void handleChild(OWLConstantElementHandler handler)
           
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractDataRestrictionElementHandler
handleChild
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
endElement, getOWLObject
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
attribute, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLDataHasValueElementHandler

public OWLDataHasValueElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

public void handleChild(OWLConstantElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<OWLDescription>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLDescription>
Throws:
OWLXMLParserException