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.
-
HttpUpperTokenList()
- Create an empty token list for parsing.
-
HttpUpperTokenList(String)
- Create a token list from a comma separated list of tokens.
-
HttpUpperTokenList(String[])
- Create a parsed token list, for emitting.
HttpUpperTokenList
protected HttpUpperTokenList(String tokens[])
- Create a parsed token list, for emitting.
HttpUpperTokenList
protected HttpUpperTokenList(String tokens)
- Create a token list from a comma separated list of tokens.
HttpUpperTokenList
protected HttpUpperTokenList()
- Create an empty token list for parsing.
All Packages Class Hierarchy This Package Previous Next Index