Class DOMStringListImpl

  • All Implemented Interfaces:
    org.w3c.dom.DOMStringList

    public class DOMStringListImpl
    extends java.lang.Object
    implements org.w3c.dom.DOMStringList
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMStringListImpl​(java.util.Collection sourceList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String str)  
      int getLength()  
      java.lang.String item​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DOMStringListImpl

        public DOMStringListImpl​(java.util.Collection sourceList)
    • Method Detail

      • item

        public java.lang.String item​(int index)
        Specified by:
        item in interface org.w3c.dom.DOMStringList
      • getLength

        public int getLength()
        Specified by:
        getLength in interface org.w3c.dom.DOMStringList
      • contains

        public boolean contains​(java.lang.String str)
        Specified by:
        contains in interface org.w3c.dom.DOMStringList