org.apache.xerces.dom

Class DOMStringListImpl

public class DOMStringListImpl extends Object implements DOMStringList

DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.

Author: Neil Delima, IBM

UNKNOWN:

Constructor Summary
DOMStringListImpl()
Construct an empty list of DOMStringListImpl
DOMStringListImpl(Vector params)
Construct an empty list of DOMStringListImpl
Method Summary
voidadd(String param)
DOM Internal: Add a DOMString to the list.
booleancontains(String param)
intgetLength()
Stringitem(int index)

Constructor Detail

DOMStringListImpl

public DOMStringListImpl()
Construct an empty list of DOMStringListImpl

DOMStringListImpl

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

Method Detail

add

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

Parameters: domString A string to add to the list

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.