public class OWLLiteralElementHandler extends AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>
| Constructor and Description |
|---|
OWLLiteralElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(String localName,
String value) |
void |
endElement() |
org.semanticweb.owlapi.model.OWLLiteral |
getOWLObject() |
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, handleChild, handleChild, handleChild, handleChild, handleChild, setParentHandlerpublic OWLLiteralElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>startElement in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>name - element nameOWLXMLParserException - if an error is raisedpublic void attribute(String localName, String value) throws org.semanticweb.owlapi.io.OWLParserException
attribute in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>attribute in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>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 resolvedpublic org.semanticweb.owlapi.model.OWLLiteral getOWLObject()
public boolean isTextContentPossible()
isTextContentPossible in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>isTextContentPossible in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLLiteral>Copyright © 2014 The University of Manchester. All Rights Reserved.