public class OWLLiteralElementHandler extends AbstractOWLElementHandler<OWLLiteral>
Constructor and Description |
---|
OWLLiteralElementHandler(OWLXMLParserHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
attribute(java.lang.String localName,
java.lang.String value) |
void |
endElement() |
OWLLiteral |
getOWLObject() |
boolean |
isTextContentPossible() |
void |
startElement(java.lang.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, setParentHandler
public OWLLiteralElementHandler(OWLXMLParserHandler handler)
public void startElement(java.lang.String name) throws OWLXMLParserException
startElement
in interface OWLElementHandler<OWLLiteral>
startElement
in class AbstractOWLElementHandler<OWLLiteral>
OWLXMLParserException
public void attribute(java.lang.String localName, java.lang.String value) throws OWLParserException
attribute
in interface OWLElementHandler<OWLLiteral>
attribute
in class AbstractOWLElementHandler<OWLLiteral>
OWLParserException
public void endElement() throws OWLParserException, UnloadableImportException
public OWLLiteral getOWLObject()
public boolean isTextContentPossible()
isTextContentPossible
in interface OWLElementHandler<OWLLiteral>
isTextContentPossible
in class AbstractOWLElementHandler<OWLLiteral>