Package | Description |
---|---|
com.hp.hpl.jena.sparql.lang |
Modifier and Type | Method and Description |
---|---|
static UpdateParserFactory |
UpdateParserRegistry.findFactory(Syntax syntax)
Return a suitable factory for the given syntax
|
UpdateParserFactory |
UpdateParserRegistry.getFactory(Syntax syntax)
Return a suitable parser factory for the given syntax
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateParserRegistry.add(Syntax syntax,
UpdateParserFactory f)
Register the given parser factory for the specified syntax.
|
static void |
UpdateParserRegistry.addFactory(Syntax syntax,
UpdateParserFactory f)
Register the given parser factory for the specified syntax.
|
Licenced under the Apache License, Version 2.0