| |
|
| java.lang.Object org.apache.xerces.dom.DOMStringListImpl
DOMStringListImpl | public class DOMStringListImpl implements DOMStringList(Code) | | DOM Level 3
This class implements the DOM Level 3 Core interface DOMStringList.
author: Neil Delima, IBM |
DOMStringListImpl | public DOMStringListImpl()(Code) | | Construct an empty list of DOMStringListImpl
|
DOMStringListImpl | public DOMStringListImpl(Vector params)(Code) | | Construct an empty list of DOMStringListImpl
|
add | public void add(String param)(Code) | | DOM Internal:
Add a DOMString to the list.
Parameters: param - A string to add to the list |
|
|
|