|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserFactory | |
|---|---|
| com.hp.hpl.jena.sparql.lang | |
| Uses of ParserFactory in com.hp.hpl.jena.sparql.lang |
|---|
| Methods in com.hp.hpl.jena.sparql.lang that return ParserFactory | |
|---|---|
static ParserFactory |
ParserRegistry.findFactory(Syntax syntax)
Return a suitable factory for the given syntax |
ParserFactory |
ParserRegistry.getFactory(Syntax syntax)
Return a suitable parser factory for the given syntax |
| Methods in com.hp.hpl.jena.sparql.lang with parameters of type ParserFactory | |
|---|---|
void |
ParserRegistry.add(Syntax syntax,
ParserFactory f)
Register the given parser factory for the specified syntax. |
static void |
ParserRegistry.addFactory(Syntax syntax,
ParserFactory f)
Register the given parser factory for the specified syntax. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||