All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.HttpUpperTokenList

java.lang.Object
   |
   +----w3c.www.http.BasicValue
           |
           +----w3c.www.http.HttpTokenList
                   |
                   +----w3c.www.http.HttpUpperTokenList

public class HttpUpperTokenList
extends HttpTokenList
Parse a comma separated list of tokens.


Constructor Index

 o HttpUpperTokenList()
Create an empty token list for parsing.
 o HttpUpperTokenList(String)
Create a token list from a comma separated list of tokens.
 o HttpUpperTokenList(String[])
Create a parsed token list, for emitting.

Constructors

 o HttpUpperTokenList
 protected HttpUpperTokenList(String tokens[])
Create a parsed token list, for emitting.

 o HttpUpperTokenList
 protected HttpUpperTokenList(String tokens)
Create a token list from a comma separated list of tokens.

 o HttpUpperTokenList
 protected HttpUpperTokenList()
Create an empty token list for parsing.


All Packages  Class Hierarchy  This Package  Previous  Next  Index