org.apache.batik.css.dom

Interface CSSOMStyleDeclaration.ValueProvider

public interface CSSOMStyleDeclaration.ValueProvider

To provides the values.
Method Summary
intgetLength()
Returns the length of the declaration.
StringgetText()
Returns the text of the declaration.
ValuegetValue(String name)
Returns the current value associated with this object.
booleanisImportant(String name)
Tells whether the given property is important.
Stringitem(int idx)
Returns the value at the given.

Method Detail

getLength

public int getLength()
Returns the length of the declaration.

getText

public String getText()
Returns the text of the declaration.

getValue

public Value getValue(String name)
Returns the current value associated with this object.

isImportant

public boolean isImportant(String name)
Tells whether the given property is important.

item

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