public interface ParserConfig
Modifier and Type | Interface and Description |
---|---|
static interface |
ParserConfig.ImmutableParserConfig |
Modifier and Type | Method and Description |
---|---|
default ParserConfig.ImmutableParserConfig |
asImmutableConfig() |
default ParserConfig |
asMutableConfig() |
Optional<IRI> |
base() |
static ParserConfig.ImmutableParserConfig |
immutable() |
static ParserConfig |
mutable() |
Map<Option,Object> |
options() |
Optional<RDF> |
rdf() |
Optional<ParserSource> |
source() |
Optional<RDFSyntax> |
syntax() |
Optional<ParserTarget> |
target() |
ParserConfig |
withBase(IRI base) |
<V> ParserConfig |
withOption(Option<V> o,
V v) |
ParserConfig |
withRDF(RDF rdf) |
ParserConfig |
withSource(ParserSource source) |
ParserConfig |
withSyntax(RDFSyntax syntax) |
ParserConfig |
withTarget(ParserTarget target) |
Optional<ParserSource> source()
Optional<ParserTarget> target()
ParserConfig withSyntax(RDFSyntax syntax)
ParserConfig withSource(ParserSource source)
ParserConfig withTarget(ParserTarget target)
ParserConfig withRDF(RDF rdf)
ParserConfig withBase(IRI base)
<V> ParserConfig withOption(Option<V> o, V v)
static ParserConfig.ImmutableParserConfig immutable()
static ParserConfig mutable()
default ParserConfig asMutableConfig()
default ParserConfig.ImmutableParserConfig asImmutableConfig()
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.