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 DOMStringList
public int getLength()
getLength
in interface DOMStringList
public boolean contains(String s)
contains
in interface DOMStringList
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.