protected class AbstractDocument.DocumentConfiguration.ParameterNameList
extends java.lang.Object
implements org.w3c.dom.DOMStringList
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDocument.DocumentConfiguration.ParameterNameList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.String s)
Returns whether the given parameter name is in the list.
|
int |
getLength()
Returns the number of parameter names in the list.
|
java.lang.String |
item(int index)
Returns the parameter name at the given index.
|
protected AbstractDocument.DocumentConfiguration.ParameterNameList()
public java.lang.String item(int index)
item in interface org.w3c.dom.DOMStringListpublic int getLength()
getLength in interface org.w3c.dom.DOMStringListpublic boolean contains(java.lang.String s)
contains in interface org.w3c.dom.DOMStringListCopyright ? 2009 Apache Software Foundation. All Rights Reserved.