Class AbstractDocument.DocumentConfiguration.ParameterNameList

  • All Implemented Interfaces:
    org.w3c.dom.DOMStringList
    Enclosing class:
    AbstractDocument.DocumentConfiguration

    protected class AbstractDocument.DocumentConfiguration.ParameterNameList
    extends java.lang.Object
    implements org.w3c.dom.DOMStringList
    Class to expose the parameter names.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ParameterNameList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String s)
      Returns whether the given parameter name is in the list.
      int getLength()
      Returns the number of parameter names in the list.
      java.lang.String item​(int index)
      Returns the parameter name at the given index.
      • Methods inherited from class java.lang.Object

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

      • ParameterNameList

        protected ParameterNameList()
    • Method Detail

      • item

        public java.lang.String item​(int index)
        Returns the parameter name at the given index.
        Specified by:
        item in interface org.w3c.dom.DOMStringList
      • getLength

        public int getLength()
        Returns the number of parameter names in the list.
        Specified by:
        getLength in interface org.w3c.dom.DOMStringList
      • contains

        public boolean contains​(java.lang.String s)
        Returns whether the given parameter name is in the list.
        Specified by:
        contains in interface org.w3c.dom.DOMStringList