public class OWLAnnotationPropertyElementHandler extends AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotationProperty>
| Constructor and Description |
|---|
OWLAnnotationPropertyElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(String localName,
String value) |
void |
endElement() |
org.semanticweb.owlapi.model.OWLAnnotationProperty |
getOWLObject() |
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, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler, startElementpublic OWLAnnotationPropertyElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic org.semanticweb.owlapi.model.OWLAnnotationProperty getOWLObject()
public void attribute(String localName, String value) throws org.semanticweb.owlapi.io.OWLParserException
attribute in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotationProperty>attribute in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLAnnotationProperty>localName - local attribute namevalue - attribute valueorg.semanticweb.owlapi.io.OWLParserException - if an error is raisedpublic void endElement()
throws org.semanticweb.owlapi.io.OWLParserException,
org.semanticweb.owlapi.model.UnloadableImportException
org.semanticweb.owlapi.io.OWLParserException - if an error is raisedorg.semanticweb.owlapi.model.UnloadableImportException - if an import cannot be resolvedCopyright © 2014 The University of Manchester. All Rights Reserved.