Class AbstractDocument.DocumentConfiguration.ParameterNameList

java.lang.Object
org.apache.batik.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
All Implemented Interfaces:
DOMStringList
Enclosing class:
AbstractDocument.DocumentConfiguration

protected class AbstractDocument.DocumentConfiguration.ParameterNameList extends Object implements DOMStringList
Class to expose the parameter names.
  • Constructor Details

    • ParameterNameList

      protected ParameterNameList()
  • Method Details

    • item

      public String item(int index)
      Returns the parameter name at the given index.
      Specified by:
      item in interface DOMStringList
    • getLength

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

      public boolean contains(String s)
      Returns whether the given parameter name is in the list.
      Specified by:
      contains in interface DOMStringList