org.apache.batik.css.dom
Interface CSSOMStyleDeclaration.ValueProvider
public
interface
CSSOMStyleDeclaration.ValueProvider
To provides the values.
Method Summary |
int | getLength()
Returns the length of the declaration. |
String | getText()
Returns the text of the declaration. |
Value | getValue(String name)
Returns the current value associated with this object. |
boolean | isImportant(String name)
Tells whether the given property is important. |
String | item(int idx)
Returns the value at the given. |
public int getLength()
Returns the length of the declaration.
public String getText()
Returns the text of the declaration.
public
Value getValue(String name)
Returns the current value associated with this object.
public boolean isImportant(String name)
Tells whether the given property is important.
public String item(int idx)
Returns the value at the given.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.