org.apache.batik.dom
Class AbstractDocument.DocumentConfiguration.ParameterNameList
protected
class
AbstractDocument.DocumentConfiguration.ParameterNameList
extends Object
implements DOMStringList
Class to expose the parameter names.
Method Summary |
boolean | contains(String s)
Returns whether the given parameter name is in the list. |
int | getLength()
Returns the number of parameter names in the list. |
String | item(int index)
Returns the parameter name at the given index. |
public boolean contains(String s)
Returns whether the given parameter name is in the list.
public int getLength()
Returns the number of parameter names in the list.
public String item(int index)
Returns the parameter name at the given index.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.