info.informatica.doc.style.css.property
Class DOMCSSValueList
java.lang.Object
info.informatica.doc.style.css.property.AbstractCSSValue
info.informatica.doc.style.css.property.DOMCSSValueList
- All Implemented Interfaces:
- org.w3c.dom.css.CSSValue, org.w3c.dom.css.CSSValueList
public class DOMCSSValueList
- extends AbstractCSSValue
- implements org.w3c.dom.css.CSSValueList
Implementation of CSSValueList.
| Fields inherited from interface org.w3c.dom.css.CSSValue |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST |
| Methods inherited from interface org.w3c.dom.css.CSSValue |
getCssText, getCssValueType, setCssText |
DOMCSSValueList
public DOMCSSValueList()
getLength
public int getLength()
- Specified by:
getLength in interface org.w3c.dom.css.CSSValueList
item
public org.w3c.dom.css.CSSValue item(int index)
- Specified by:
item in interface org.w3c.dom.css.CSSValueList
add
public void add(org.w3c.dom.css.CSSValue value)