org.coode.owl.owlxmlparser
Class OWLAnnotationElementHandler
java.lang.Object
org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAnnotation>
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
| 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 |
OWLAnnotationElementHandler
public OWLAnnotationElementHandler(OWLXMLParserHandler handler)
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>