| java.lang.Object org.w3c.www.http.headerEnumerator
hasMoreElements | public boolean hasMoreElements()(Code) | | Are there more available header descriptions ?
A boolean, true if more header descriptionsare available. |
nextElement | public Object nextElement()(Code) | | Get the next header description out of this enumeration.
A HeaderDescription. exception: NoSuchElement - If no more header descriptions are available. |
|
|