public class OWLAnnotationElementHandler extends AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>
| Constructor and Description |
|---|
OWLAnnotationElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(String localName,
String value) |
void |
endElement() |
org.semanticweb.owlapi.model.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<org.semanticweb.owlapi.model.OWLAnnotation>startElement in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>OWLXMLParserExceptionpublic void endElement()
throws org.semanticweb.owlapi.io.OWLParserException,
org.semanticweb.owlapi.model.UnloadableImportException
org.semanticweb.owlapi.io.OWLParserExceptionorg.semanticweb.owlapi.model.UnloadableImportExceptionpublic void attribute(String localName, String value) throws org.semanticweb.owlapi.io.OWLParserException
attribute in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>attribute in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>org.semanticweb.owlapi.io.OWLParserExceptionpublic void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(OWLAnonymousIndividualElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(OWLLiteralElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(OWLAnnotationPropertyElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>OWLXMLParserExceptionpublic void handleChild(AbstractIRIElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>OWLXMLParserExceptionpublic org.semanticweb.owlapi.model.OWLAnnotation getOWLObject()
public boolean isTextContentPossible()
isTextContentPossible in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>isTextContentPossible in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotation>Copyright © 2013 The University of Manchester. All Rights Reserved.