Package | Description |
---|---|
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
Modifier and Type | Method and Description |
---|---|
RDFParser |
RDFParser.base(IRI base)
Specify a base IRI to use for parsing any relative IRI references.
|
RDFParser |
RDFParser.base(String base)
Specify a base IRI to use for parsing any relative IRI references.
|
RDFParser |
RDFParser.contentType(RDFSyntax rdfSyntax)
Specify the content type of the RDF syntax to parse.
|
RDFParser |
RDFParser.contentType(String contentType)
Specify the content type of the RDF syntax to parse.
|
RDFParser |
RDFParser.rdfTermFactory(RDF rdfTermFactory)
|
RDFParser |
RDFParser.source(InputStream inputStream)
Specify a source
InputStream to parse. |
RDFParser |
RDFParser.source(IRI iri)
Specify an absolute source
IRI to retrieve and parse. |
RDFParser |
RDFParser.source(Path file)
Specify a source file
Path to parse. |
RDFParser |
RDFParser.source(String iri)
Specify an absolute source IRI to retrieve and parse.
|
RDFParser |
RDFParser.target(Consumer<Quad> consumer)
Specify a consumer for parsed quads.
|
default RDFParser |
RDFParser.target(Dataset dataset)
Specify a
Dataset to add parsed quads to. |
default RDFParser |
RDFParser.target(Graph graph)
Specify a
Graph to add parsed triples to. |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.