org.apache.xerces.dom

Class DOMStringListImpl

Implemented Interfaces:
DOMStringList

public class DOMStringListImpl
extends java.lang.Object
implements DOMStringList

DOM Level 3 Experimental This class implemets the DOM Levl 3 Core interface DOMStringList.

Author:
nddelima

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)

Constructor Details

DOMStringListImpl

public DOMStringListImpl()
Construct an empty list of DOMStringListImpl


DOMStringListImpl

public DOMStringListImpl(Vector params)
Construct an empty list of DOMStringListImpl

Method Details

add

public void add(String param)
DOM Internal: Add a DOMString to the list.

Parameters:


contains

public boolean contains(String param)

See Also:
org.apache.xerces.dom3.DOMStringList.contains(String)


getLength

public int getLength()

See Also:
org.apache.xerces.dom3.DOMStringList.getLength()


item

public String item(int index)

See Also:
org.apache.xerces.dom3.DOMStringList.item(int)


Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.