|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenStream.Tokenizer | |
|---|---|
| org.jboss.dna.cnd | Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. |
| org.jboss.dna.common.text | A set of utilities for working with text. |
| 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 | |
| org.jboss.dna.sequencer.ddl | |
| Uses of TokenStream.Tokenizer in org.jboss.dna.cnd |
|---|
| Classes in org.jboss.dna.cnd that implement TokenStream.Tokenizer | |
|---|---|
class |
CndTokenizer
A TokenStream.Tokenizer implementation that adheres to the CND format by ignoring whitespace while including tokens for individual
symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments. |
| Uses of TokenStream.Tokenizer in org.jboss.dna.common.text |
|---|
| Classes in org.jboss.dna.common.text that implement TokenStream.Tokenizer | |
|---|---|
static class |
TokenStream.BasicTokenizer
A basic TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period
('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments. |
| Constructors in org.jboss.dna.common.text with parameters of type TokenStream.Tokenizer | |
|---|---|
TokenStream(String content,
TokenStream.Tokenizer tokenizer,
boolean caseSensitive)
|
|
| Uses of TokenStream.Tokenizer in org.jboss.dna.graph.query.parse |
|---|
| Classes in org.jboss.dna.graph.query.parse that implement TokenStream.Tokenizer | |
|---|---|
static class |
SqlQueryParser.SqlTokenizer
A TokenStream.Tokenizer implementation that parses words, quoted phrases, comments, and symbols. |
| Uses of TokenStream.Tokenizer in org.jboss.dna.jcr.xpath |
|---|
| Classes in org.jboss.dna.jcr.xpath that implement TokenStream.Tokenizer | |
|---|---|
static class |
XPathParser.XPathTokenizer
A TokenStream.Tokenizer implementation that parses single- and double-quoted strings, symbols, words consisting of
NCNames (as defined by the Namespaces in XML 1.0 specification), XPath comments,and
other single-character tokens. |
| Uses of TokenStream.Tokenizer in org.jboss.dna.sequencer.ddl |
|---|
| Classes in org.jboss.dna.sequencer.ddl that implement TokenStream.Tokenizer | |
|---|---|
static class |
DdlTokenStream.DdlTokenizer
|
| Constructors in org.jboss.dna.sequencer.ddl with parameters of type TokenStream.Tokenizer | |
|---|---|
DdlTokenStream(String content,
TokenStream.Tokenizer tokenizer,
boolean caseSensitive)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||