Package org.apache.xerces.dom
Class DOMStringListImpl
java.lang.Object
org.apache.xerces.dom.DOMStringListImpl
- All Implemented Interfaces:
DOMStringList
DOM Level 3
This class implements the DOM Level 3 Core interface DOMStringList.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Author:
- Neil Delima, IBM
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an empty list of DOMStringListImplDOMStringListImpl
(ArrayList params) Construct a DOMStringListImpl from an ArrayListDOMStringListImpl
(Vector params) Construct a DOMStringListImpl from a Vector -
Method Summary
-
Constructor Details
-
DOMStringListImpl
public DOMStringListImpl()Construct an empty list of DOMStringListImpl -
DOMStringListImpl
Construct a DOMStringListImpl from an ArrayList -
DOMStringListImpl
Construct a DOMStringListImpl from a Vector
-
-
Method Details
-
item
- Specified by:
item
in interfaceDOMStringList
- See Also:
-
getLength
public int getLength()- Specified by:
getLength
in interfaceDOMStringList
- See Also:
-
contains
- Specified by:
contains
in interfaceDOMStringList
- See Also:
-
add
DOM Internal: Add aDOMString
to the list.- Parameters:
param
- A string to add to the list
-