Package | Description |
---|---|
org.apache.commons.rdf.api.io |
Modifier and Type | Interface and Description |
---|---|
static interface |
ParserConfig.ImmutableParserConfig |
Modifier and Type | Method and Description |
---|---|
default ParserConfig |
ParserConfig.asMutableConfig() |
static ParserConfig |
ParserConfig.mutable() |
ParserConfig |
ParserConfig.withBase(IRI base) |
<V> ParserConfig |
ParserConfig.withOption(Option<V> o,
V v) |
ParserConfig |
ParserConfig.withRDF(RDF rdf) |
ParserConfig |
ParserConfig.withSource(ParserSource source) |
ParserConfig |
ParserConfig.withSyntax(RDFSyntax syntax) |
ParserConfig |
ParserConfig.withTarget(ParserTarget target) |
Modifier and Type | Method and Description |
---|---|
Parsed |
Parser.parse(ParserConfig config) |
default Future<Parsed> |
Parser.parseAsync(ParserConfig config) |
Constructor and Description |
---|
ParserConfigBuilder(ParserConfig mutated) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.