|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryParser | |
---|---|
org.jboss.dna.graph.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
org.jboss.dna.jcr.xpath |
Uses of QueryParser in org.jboss.dna.graph.query.parse |
---|
Classes in org.jboss.dna.graph.query.parse that implement QueryParser | |
---|---|
class |
SqlQueryParser
A QueryParser implementation that parses a subset of SQL select and set queries. |
Methods in org.jboss.dna.graph.query.parse that return QueryParser | |
---|---|
QueryParser |
QueryParsers.getParserFor(String language)
Get the parser for the supplied language. |
QueryParser |
QueryParsers.removeLanguage(String language)
Remove from this engine the language with the given name. |
Methods in org.jboss.dna.graph.query.parse that return types with arguments of type QueryParser | |
---|---|
Collection<QueryParser> |
QueryParsers.removeLanguages(String firstLanguage,
String... additionalLanguages)
Remove from this engine the language with the given name. |
Methods in org.jboss.dna.graph.query.parse with parameters of type QueryParser | |
---|---|
void |
QueryParsers.addLanguage(QueryParser languageParser)
Add a language to this engine by supplying its parser. |
void |
QueryParsers.addLanguages(QueryParser firstLanguage,
QueryParser... additionalLanguages)
Add one or more languages to this engine by supplying the corresponding parsers. |
void |
QueryParsers.addLanguages(QueryParser firstLanguage,
QueryParser... additionalLanguages)
Add one or more languages to this engine by supplying the corresponding parsers. |
Method parameters in org.jboss.dna.graph.query.parse with type arguments of type QueryParser | |
---|---|
void |
QueryParsers.addLanguages(Iterable<QueryParser> languages)
Add one or more languages to this engine by supplying the corresponding parsers. |
Constructors in org.jboss.dna.graph.query.parse with parameters of type QueryParser | |
---|---|
QueryParsers(QueryParser... parsers)
Create a new collection of the supplied QueryParser objects. |
Constructor parameters in org.jboss.dna.graph.query.parse with type arguments of type QueryParser | |
---|---|
QueryParsers(Iterable<QueryParser> parsers)
Create a new collection of the supplied QueryParser objects. |
Uses of QueryParser in org.jboss.dna.jcr.xpath |
---|
Classes in org.jboss.dna.jcr.xpath that implement QueryParser | |
---|---|
class |
XPathQueryParser
A QueryParser implementation that accepts XPath expressions and converts them to a DNA Abstract
Query Model representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |