com.acciente.commons.htmlform
Class Tokenizer

java.lang.Object
  extended by com.acciente.commons.htmlform.Tokenizer

public class Tokenizer
extends Object

This class tokenizes a URL encoded character stream, with additional considerations due to support for an extended syntax for HTML form variables in Induction.

Author:
Adinath Raveendra Raj

Constructor Summary
Tokenizer(Reader oInput)
           
 
Method Summary
 boolean hasMoreTokens()
           
 boolean nextToken()
           
 String token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tokenizer

public Tokenizer(Reader oInput)
Method Detail

hasMoreTokens

public boolean hasMoreTokens()

nextToken

public boolean nextToken()
                  throws IOException
Throws:
IOException

token

public String token()


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.