|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticweb.owl.io.AbstractOWLParser
org.coode.owl.rdfxml.parser.RDFXMLParser
public class RDFXMLParser
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006
Constructor Summary | |
---|---|
RDFXMLParser()
|
Method Summary | |
---|---|
OWLOntologyFormat |
parse(OWLOntologyInputSource inputSource,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed to by the specified input source. |
void |
setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Sets the OWLOntologyManager which should be used to load
imports etc. |
Methods inherited from class org.semanticweb.owl.io.AbstractOWLParser |
---|
getOWLOntologyManager, parse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RDFXMLParser()
Method Detail |
---|
public OWLOntologyFormat parse(OWLOntologyInputSource inputSource, OWLOntology ontology) throws OWLParserException
OWLParser
inputSource
- The input source which points the concrete representation. If
the input source can provider a Reader
then the ontology is parsed
from the Reader
. If the input source cannot provide a reader then
it is parsed from the InputStream
. If the input source cannot provide
an InputStream
then it is parsed from the physical URI.ontology
- The ontology which the representation will be parsed into
OWLOntologyFormat
which describes the concrete representation
format which was parsed to obtain the ontology.
OWLParserException
public void setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
OWLParser
OWLOntologyManager
which should be used to load
imports etc.
setOWLOntologyManager
in interface OWLParser
setOWLOntologyManager
in class AbstractOWLParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |