Class DOMStringListImpl

java.lang.Object
org.apache.xerces.dom.DOMStringListImpl
All Implemented Interfaces:
DOMStringList

public class DOMStringListImpl extends Object implements DOMStringList
DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Author:
Neil Delima, IBM
  • Constructor Details

    • DOMStringListImpl

      public DOMStringListImpl()
      Construct an empty list of DOMStringListImpl
    • DOMStringListImpl

      public DOMStringListImpl(ArrayList params)
      Construct a DOMStringListImpl from an ArrayList
    • DOMStringListImpl

      public DOMStringListImpl(Vector params)
      Construct a DOMStringListImpl from a Vector
  • Method Details