Uses of Interface
org.jboss.dna.common.text.TokenStream.Tokens

Packages that use TokenStream.Tokens
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.Tokens in org.jboss.dna.cnd
 

Methods in org.jboss.dna.cnd with parameters of type TokenStream.Tokens
 void CndTokenizer.tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens)
          Process the supplied characters and construct the appropriate TokenStream.Token objects.
 

Uses of TokenStream.Tokens in org.jboss.dna.common.text
 

Classes in org.jboss.dna.common.text that implement TokenStream.Tokens
 class TokenStream.CaseInsensitiveTokenFactory
           
 class TokenStream.CaseSensitiveTokenFactory
           
 

Methods in org.jboss.dna.common.text with parameters of type TokenStream.Tokens
 void TokenStream.Tokenizer.tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens)
          Process the supplied characters and construct the appropriate TokenStream.Token objects.
 void TokenStream.BasicTokenizer.tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens)
          Process the supplied characters and construct the appropriate TokenStream.Token objects.
 

Uses of TokenStream.Tokens in org.jboss.dna.graph.query.parse
 

Methods in org.jboss.dna.graph.query.parse with parameters of type TokenStream.Tokens
 void SqlQueryParser.SqlTokenizer.tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens)
          Process the supplied characters and construct the appropriate TokenStream.Token objects.
 

Uses of TokenStream.Tokens in org.jboss.dna.jcr.xpath
 

Methods in org.jboss.dna.jcr.xpath with parameters of type TokenStream.Tokens
 void XPathParser.XPathTokenizer.tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens)
          Process the supplied characters and construct the appropriate TokenStream.Token objects.
 

Uses of TokenStream.Tokens in org.jboss.dna.sequencer.ddl
 

Methods in org.jboss.dna.sequencer.ddl with parameters of type TokenStream.Tokens
 void DdlTokenStream.DdlTokenizer.tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens)
          Process the supplied characters and construct the appropriate TokenStream.Token objects.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.