Uses of Class
org.jboss.dna.common.text.TokenStream

Packages that use TokenStream
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.sequencer.ddl   
 

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

Methods in org.jboss.dna.common.text that return TokenStream
 TokenStream TokenStream.start()
          Begin the token stream, including (if required) the tokenization of the input content.
 

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

Methods in org.jboss.dna.graph.query.parse with parameters of type TokenStream
 FullTextSearch.Term FullTextSearchParser.parse(TokenStream tokens)
          Parse the full-text search criteria from the supplied token stream.
 

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

Subclasses of TokenStream in org.jboss.dna.sequencer.ddl
 class DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
 



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