public class

DOMStringListImpl

extends Object
implements DOMStringList
java.lang.Object
   ↳ org.apache.xerces.dom.DOMStringListImpl

Class Overview

DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.@xerces.internal

Summary

Public Constructors
DOMStringListImpl()
Construct an empty list of DOMStringListImpl
DOMStringListImpl(Vector params)
Construct an empty list of DOMStringListImpl
Public Methods
void add(String param)
DOM Internal: Add a DOMString to the list.
boolean contains(String param)
int getLength()
String item(int index)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.w3c.dom.DOMStringList

Public Constructors

public DOMStringListImpl ()

Construct an empty list of DOMStringListImpl

public DOMStringListImpl (Vector params)

Construct an empty list of DOMStringListImpl

Public Methods

public void add (String param)

DOM Internal: Add a DOMString to the list.

Parameters
param A string to add to the list

public boolean contains (String param)

See Also

public int getLength ()

See Also

public String item (int index)

See Also