Searched defs:DOMStringListImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMStringListImpl.java36 public class DOMStringListImpl implements DOMStringList { class in inherits:DOMStringList
42 * Construct an empty list of DOMStringListImpl
44 public DOMStringListImpl() { method in class:DOMStringListImpl
49 * Construct an empty list of DOMStringListImpl
51 public DOMStringListImpl(Vector params) { method in class:DOMStringListImpl

Completed in 39 milliseconds