public class OWLAnnotationElementHandler extends AbstractOWLElementHandler<OWLAnnotation>
| Constructor and Description |
|---|
OWLAnnotationElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(String localName,
String value) |
void |
endElement() |
OWLAnnotation |
getOWLObject() |
void |
handleChild(AbstractIRIElementHandler handler) |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
handleChild(OWLAnnotationPropertyElementHandler handler) |
void |
handleChild(OWLAnonymousIndividualElementHandler handler) |
void |
handleChild(OWLLiteralElementHandler handler) |
boolean |
isTextContentPossible() |
void |
startElement(String name) |
getAbbreviatedIRI, getColumnNumber, getConfiguration, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, setParentHandlerpublic OWLAnnotationElementHandler(OWLXMLParserHandler handler)
public void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<OWLAnnotation>startElement in class AbstractOWLElementHandler<OWLAnnotation>OWLXMLParserExceptionpublic void endElement()
throws OWLParserException,
UnloadableImportException
public void attribute(String localName, String value) throws OWLParserException
attribute in interface OWLElementHandler<OWLAnnotation>attribute in class AbstractOWLElementHandler<OWLAnnotation>OWLParserExceptionpublic void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<OWLAnnotation>handleChild in class AbstractOWLElementHandler<OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(OWLAnonymousIndividualElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<OWLAnnotation>handleChild in class AbstractOWLElementHandler<OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(OWLLiteralElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<OWLAnnotation>handleChild in class AbstractOWLElementHandler<OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(OWLAnnotationPropertyElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<OWLAnnotation>handleChild in class AbstractOWLElementHandler<OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(AbstractIRIElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<OWLAnnotation>handleChild in class AbstractOWLElementHandler<OWLAnnotation>OWLXMLParserExceptionpublic OWLAnnotation getOWLObject()
public boolean isTextContentPossible()
isTextContentPossible in interface OWLElementHandler<OWLAnnotation>isTextContentPossible in class AbstractOWLElementHandler<OWLAnnotation>Copyright © 2012 The University of Manchester. All Rights Reserved.