org.apache.xerces.dom

Class DOMStringListImpl

Implemented Interfaces:
DOMStringList

public class DOMStringListImpl
extends java.lang.Object
implements DOMStringList

DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.
Author:
Neil Delima, IBM

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.w3c.dom.DOMStringList.contains(String)

getLength

public int getLength()
See Also:
org.w3c.dom.DOMStringList.getLength()

item

public String item(int index)
See Also:
org.w3c.dom.DOMStringList.item(int)

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