org.apache.xerces.dom

Class DOMStringListImpl

Implemented Interfaces:
org.w3c.dom.DOMStringList

public class DOMStringListImpl
extends java.lang.Object
implements org.w3c.dom.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)
Specified by:
contains in interface org.w3c.dom.DOMStringList
See Also:
org.w3c.dom.DOMStringList.contains(String)

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.DOMStringList
See Also:
org.w3c.dom.DOMStringList.getLength()

item

public String item(int index)
Specified by:
item in interface org.w3c.dom.DOMStringList
See Also:
org.w3c.dom.DOMStringList.item(int)

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.