| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLParserIOException
Describes a parse exception which was caused by an
IOException. |
class |
OWLParserSAXException
Many of the various OWL document formats are written in XML.
|
class |
OWLParserURISyntaxException |
| Modifier and Type | Method and Description |
|---|---|
Map<OWLParser,OWLParserException> |
UnparsableOntologyException.getExceptions()
Gets a map that lists the parsers (that were used to parse an ontology)
and the errors that they generated.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology with a concrete representation available at
documentIRI
and adds its axioms to ontology. |
OWLOntologyFormat |
AbstractOWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology with a concrete representation in
documentSource
and adds its axioms to ontology. |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology with a concrete representation in
documentSource
and adds its axioms to ontology. |
| Constructor and Description |
|---|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions,
OWLOntologyLoaderConfiguration config) |
Copyright © 2014 The University of Manchester. All Rights Reserved.