| Package | Description |
|---|---|
| net.rootdev.javardfa | |
| net.rootdev.javardfa.output | |
| net.rootdev.javardfa.query |
| Modifier and Type | Method and Description |
|---|---|
static ParserFactory.Format |
ParserFactory.Format.lookup(String format) |
static ParserFactory.Format |
ParserFactory.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserFactory.Format[] |
ParserFactory.Format.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
OGPReader.getOGP(String url,
ParserFactory.Format format)
A rudimentary Open Graph Protocol parser
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Query> |
QueryUtilities.makeQueries(ParserFactory.Format format,
String source)
Grab simple (BGP) queries from an html document.
|
Copyright © 2009–2020. All rights reserved.