All Packages Class Hierarchy This Package Previous Next Index
Class w3c.www.http.HttpCaseTokenList
java.lang.Object
|
+----w3c.www.http.BasicValue
|
+----w3c.www.http.HttpTokenList
|
+----w3c.www.http.HttpCaseTokenList
- public class HttpCaseTokenList
- extends HttpTokenList
Parse a comma separated list of tokens.
-
HttpCaseTokenList()
- Create an empty token list for parsing.
-
HttpCaseTokenList(String)
- Create a token list from a comma separated list of tokens.
-
HttpCaseTokenList(String[])
- Create a parsed token list, for emitting.
HttpCaseTokenList
protected HttpCaseTokenList(String tokens[])
- Create a parsed token list, for emitting.
HttpCaseTokenList
protected HttpCaseTokenList(String tokens)
- Create a token list from a comma separated list of tokens.
HttpCaseTokenList
protected HttpCaseTokenList()
- Create an empty token list for parsing.
All Packages Class Hierarchy This Package Previous Next Index