Package org.apache.batik.dom
Class AbstractDocument.DocumentConfiguration.ParameterNameList
- java.lang.Object
-
- org.apache.batik.dom.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.DOMStringListClass to expose the parameter names.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedParameterNameList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.String s)Returns whether the given parameter name is in the list.intgetLength()Returns the number of parameter names in the list.java.lang.Stringitem(int index)Returns the parameter name at the given index.
-
-
-
Method Detail
-
item
public java.lang.String item(int index)
Returns the parameter name at the given index.- Specified by:
itemin interfaceorg.w3c.dom.DOMStringList
-
getLength
public int getLength()
Returns the number of parameter names in the list.- Specified by:
getLengthin interfaceorg.w3c.dom.DOMStringList
-
contains
public boolean contains(java.lang.String s)
Returns whether the given parameter name is in the list.- Specified by:
containsin interfaceorg.w3c.dom.DOMStringList
-
-