Class RDFXMLParser
java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLParser
org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParser
- All Implemented Interfaces:
Serializable
,OWLParser
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration)
-
Constructor Details
-
RDFXMLParser
public RDFXMLParser()
-
-
Method Details
-
getSupportedFormat
-
parse
public OWLDocumentFormat parse(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration)
-