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
booleancontains(String s)
Returns whether the given parameter name is in the list.
intgetLength()
Returns the number of parameter names in the list.
Stringitem(int index)
Returns the parameter name at the given index.

Method Detail

contains

public boolean contains(String s)
Returns whether the given parameter name is in the list.

getLength

public int getLength()
Returns the number of parameter names in the list.

item

public String item(int index)
Returns the parameter name at the given index.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.