|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.dom.DOMStringListImpl
public class DOMStringListImpl
DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.
Constructor Summary | |
---|---|
DOMStringListImpl()
Construct an empty list of DOMStringListImpl |
|
DOMStringListImpl(ArrayList params)
Construct a DOMStringListImpl from an ArrayList |
|
DOMStringListImpl(Vector params)
Construct a DOMStringListImpl from a Vector |
Method Summary | |
---|---|
void |
add(String param)
DOM Internal: Add a DOMString to the list. |
boolean |
contains(String param)
|
int |
getLength()
|
String |
item(int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMStringListImpl()
public DOMStringListImpl(ArrayList params)
public DOMStringListImpl(Vector params)
Method Detail |
---|
public String item(int index)
item
in interface DOMStringList
DOMStringList.item(int)
public int getLength()
getLength
in interface DOMStringList
DOMStringList.getLength()
public boolean contains(String param)
contains
in interface DOMStringList
DOMStringList.contains(String)
public void add(String param)
DOMString
to the list.
param
- A string to add to the list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |