org.coode.owl.owlxmlparser
Class OWLAnnotationElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAnnotation>
      extended by org.coode.owl.owlxmlparser.OWLAnnotationElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAnnotation>

public class OWLAnnotationElementHandler
extends AbstractOWLElementHandler<OWLAnnotation>

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


Constructor Summary
OWLAnnotationElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void attribute(java.lang.String localName, java.lang.String value)
           
 void endElement()
           
 OWLAnnotation getOWLObject()
           
 void handleChild(OWLConstantElementHandler handler)
           
 void handleChild(OWLIndividualElementHandler handler)
           
 boolean isTextContentPossible()
           
 void startElement(java.lang.String name)
           
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, setParentHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLAnnotationElementHandler

public OWLAnnotationElementHandler(OWLXMLParserHandler handler)
Method Detail

startElement

public void startElement(java.lang.String name)
                  throws OWLXMLParserException
Specified by:
startElement in interface OWLElementHandler<OWLAnnotation>
Overrides:
startElement in class AbstractOWLElementHandler<OWLAnnotation>
Throws:
OWLXMLParserException

attribute

public void attribute(java.lang.String localName,
                      java.lang.String value)
               throws OWLXMLParserException
Specified by:
attribute in interface OWLElementHandler<OWLAnnotation>
Overrides:
attribute in class AbstractOWLElementHandler<OWLAnnotation>
Throws:
OWLXMLParserException

endElement

public void endElement()
                throws OWLXMLParserException
Throws:
OWLXMLParserException

handleChild

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

handleChild

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

getOWLObject

public OWLAnnotation getOWLObject()

isTextContentPossible

public boolean isTextContentPossible()
Specified by:
isTextContentPossible in interface OWLElementHandler<OWLAnnotation>
Overrides:
isTextContentPossible in class AbstractOWLElementHandler<OWLAnnotation>