public class OWLDeclarationAxiomElementHandler extends AbstractOWLAxiomElementHandler
Constructor and Description |
---|
OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected OWLAxiom |
createAxiom() |
java.util.Set<OWLAnnotation> |
getEntityAnnotations() |
void |
handleChild(AbstractClassExpressionElementHandler handler) |
void |
handleChild(AbstractOWLDataRangeHandler handler) |
void |
handleChild(AbstractOWLObjectPropertyElementHandler handler) |
void |
handleChild(OWLAnnotationElementHandler handler) |
void |
handleChild(OWLAnnotationPropertyElementHandler handler) |
void |
handleChild(OWLDataPropertyElementHandler handler) |
void |
handleChild(OWLIndividualElementHandler handler) |
void |
startElement(java.lang.String name) |
endElement, getAnnotations, getOWLObject, setAxiom
attribute, getAbbreviatedIRI, getColumnNumber, getConfiguration, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler
public OWLDeclarationAxiomElementHandler(OWLXMLParserHandler handler)
public void startElement(java.lang.String name) throws OWLXMLParserException
startElement
in interface OWLElementHandler<OWLAxiom>
startElement
in class AbstractOWLAxiomElementHandler
OWLXMLParserException
public void handleChild(AbstractClassExpressionElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public void handleChild(AbstractOWLObjectPropertyElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public void handleChild(OWLDataPropertyElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public void handleChild(AbstractOWLDataRangeHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public void handleChild(OWLAnnotationPropertyElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
OWLXMLParserException
public void handleChild(OWLIndividualElementHandler handler)
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
protected OWLAxiom createAxiom() throws OWLXMLParserException
createAxiom
in class AbstractOWLAxiomElementHandler
OWLXMLParserException
public void handleChild(OWLAnnotationElementHandler handler) throws OWLXMLParserException
handleChild
in interface OWLElementHandler<OWLAxiom>
handleChild
in class AbstractOWLAxiomElementHandler
OWLXMLParserException
public java.util.Set<OWLAnnotation> getEntityAnnotations()