org.apache.xerces.dom
public class DOMStringListImpl extends Object implements DOMStringList
Constructor Summary | |
---|---|
DOMStringListImpl()
Construct an empty list of DOMStringListImpl | |
DOMStringListImpl(Vector params)
Construct an empty list of DOMStringListImpl |
Method Summary | |
---|---|
void | add(String param)
DOM Internal:
Add a DOMString to the list.
|
boolean | contains(String param) |
int | getLength() |
String | item(int index) |
DOMString
to the list.
Parameters: domString A string to add to the list
See Also: org.w3c.dom.DOMStringList#contains(String)
See Also: org.w3c.dom.DOMStringList#getLength()
See Also: org.w3c.dom.DOMStringList#item(int)