Package org.apache.batik.dom
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterNameList
protected ParameterNameList()
-
-
Method Details
-
item
Returns the parameter name at the given index.- Specified by:
item
in interfaceDOMStringList
-
getLength
public int getLength()Returns the number of parameter names in the list.- Specified by:
getLength
in interfaceDOMStringList
-
contains
Returns whether the given parameter name is in the list.- Specified by:
contains
in interfaceDOMStringList
-