protected class AbstractDocument.DocumentConfiguration.ParameterNameList extends Object implements DOMStringList
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterNameList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String s)
Returns whether the given parameter name is in the list.
|
int |
getLength()
Returns the number of parameter names in the list.
|
String |
item(int index)
Returns the parameter name at the given index.
|
public String item(int index)
item in interface DOMStringListpublic int getLength()
getLength in interface DOMStringListpublic boolean contains(String s)
contains in interface DOMStringListCopyright © 2000–2024 Apache Software Foundation. All rights reserved.