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

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

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

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

Classes in org.jboss.dna.common.text that implement TokenStream.CharacterStream
static class TokenStream.CharacterArrayStream
          An implementation of TokenStream.CharacterStream that works with a single character array.
 

Methods in org.jboss.dna.common.text with parameters of type TokenStream.CharacterStream
 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.CharacterStream in org.jboss.dna.graph.query.parse
 

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

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

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

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

Methods in org.jboss.dna.sequencer.ddl with parameters of type TokenStream.CharacterStream
 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.