| Package | Description |
|---|---|
| net.rootdev.javardfa | |
| net.rootdev.javardfa.uri |
| Modifier and Type | Method and Description |
|---|---|
static Setting |
Setting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Setting[] |
Setting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLReader |
ParserFactory.createReaderForFormat(StatementSink sink,
ParserFactory.Format format,
Resolver resolver,
Setting... settings)
Makes an XMLReader appropriate to the format, with an rdfa parser plumbed
to the StatementSink sink.
|
static XMLReader |
ParserFactory.createReaderForFormat(StatementSink sink,
ParserFactory.Format format,
Setting... settings)
Makes an XMLReader appropriate to the format, with an rdfa parser plumbed
to the StatementSink sink.
|
void |
Parser.disable(Setting setting) |
void |
Parser.enable(Setting setting) |
boolean |
Parser.isEnabled(Setting setting) |
| Modifier and Type | Method and Description |
|---|---|
void |
URIExtractor11.setSettings(Set<Setting> settings) |
void |
URIExtractor10.setSettings(Set<Setting> settings) |
void |
URIExtractor.setSettings(Set<Setting> settings) |
Copyright © 2009–2020. All rights reserved.