Uses of Interface
org.apache.commons.rdf.experimental.RDFParser.ParseResult
-
Packages that use RDFParser.ParseResult Package Description org.apache.commons.rdf.experimental Experimental Commons RDF features.org.apache.commons.rdf.simple.experimental Experimental Commons RDF Simple implementations. -
-
Uses of RDFParser.ParseResult in org.apache.commons.rdf.experimental
Methods in org.apache.commons.rdf.experimental that return types with arguments of type RDFParser.ParseResult Modifier and Type Method Description java.util.concurrent.Future<? extends RDFParser.ParseResult>
RDFParser. parse()
Parse the specified source. -
Uses of RDFParser.ParseResult in org.apache.commons.rdf.simple.experimental
Methods in org.apache.commons.rdf.simple.experimental that return types with arguments of type RDFParser.ParseResult Modifier and Type Method Description java.util.concurrent.Future<RDFParser.ParseResult>
AbstractRDFParser. parse()
-