public abstract class AbstractOWLElementHandler<O> extends Object implements OWLElementHandler<O>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOWLElementHandler(OWLXMLParserHandler handler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendElement, getOWLObjectprotected AbstractOWLElementHandler(OWLXMLParserHandler handler)
public OWLOntologyLoaderConfiguration getConfiguration()
public IRI getIRIFromAttribute(String localName, String value) throws OWLParserException
OWLParserExceptionpublic IRI getIRIFromElement(String elementLocalName, String textContent) throws OWLParserException
OWLParserExceptionprotected OWLOntologyManager getOWLOntologyManager() throws OWLXMLParserException
OWLXMLParserExceptionprotected OWLOntology getOntology()
protected OWLDataFactory getOWLDataFactory()
public void setParentHandler(OWLElementHandler<?> handler)
setParentHandler in interface OWLElementHandler<O>protected OWLElementHandler<?> getParentHandler()
public void attribute(String localName, String value) throws OWLParserException
attribute in interface OWLElementHandler<O>OWLParserExceptionprotected IRI getIRI(String iri) throws OWLParserException
OWLParserExceptionprotected IRI getAbbreviatedIRI(String abbreviatedIRI) throws OWLParserException
OWLParserExceptionprotected int getLineNumber()
protected int getColumnNumber()
public void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<O>OWLXMLParserExceptionprotected String getElementName() throws OWLXMLParserException
OWLXMLParserExceptionpublic void handleChild(AbstractOWLAxiomElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(AbstractClassExpressionElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(AbstractOWLDataRangeHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(AbstractOWLObjectPropertyElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLDataPropertyElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLIndividualElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLLiteralElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLAnnotationElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLSubObjectPropertyChainElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLDatatypeFacetRestrictionElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLAnnotationPropertyElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(OWLAnonymousIndividualElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(AbstractIRIElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(SWRLVariableElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(SWRLAtomElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic void handleChild(SWRLAtomListElementHandler _handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<O>OWLXMLParserExceptionpublic final void handleChars(char[] chars,
int start,
int length)
handleChars in interface OWLElementHandler<O>public String getText()
getText in interface OWLElementHandler<O>public boolean isTextContentPossible()
isTextContentPossible in interface OWLElementHandler<O>Copyright © 2012 The University of Manchester. All Rights Reserved.