public class SWRLBuiltInAtomElementHandler extends SWRLAtomElementHandler
| Constructor and Description |
|---|
SWRLBuiltInAtomElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(String localName,
String value) |
void |
endElement() |
void |
handleChild(OWLLiteralElementHandler handler) |
void |
handleChild(SWRLVariableElementHandler handler) |
getOWLObject, setAtomgetAbbreviatedIRI, 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, isTextContentPossible, setParentHandler, startElementpublic SWRLBuiltInAtomElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic void attribute(String localName, String value) throws org.semanticweb.owlapi.io.OWLParserException
attribute in interface OWLElementHandler<org.semanticweb.owlapi.model.SWRLAtom>attribute in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.SWRLAtom>localName - local attribute namevalue - attribute valueorg.semanticweb.owlapi.io.OWLParserException - if an error is raisedpublic void handleChild(SWRLVariableElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.SWRLAtom>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.SWRLAtom>handler - element handlerOWLXMLParserException - if an error is raisedpublic void handleChild(OWLLiteralElementHandler handler) throws OWLXMLParserException
handleChild in interface OWLElementHandler<org.semanticweb.owlapi.model.SWRLAtom>handleChild in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.SWRLAtom>handler - element handlerOWLXMLParserException - 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.