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.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.
-
-
-
Method Detail
-
item
public java.lang.String item(int index)
Returns the parameter name at the given index.- Specified by:
item
in interfaceorg.w3c.dom.DOMStringList
-
getLength
public int getLength()
Returns the number of parameter names in the list.- Specified by:
getLength
in interfaceorg.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 interfaceorg.w3c.dom.DOMStringList
-
-