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

Packages that use TokenStream.Tokenizer
org.jboss.dna.common.text A set of utilities for working with text. 
 

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)
           
 



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