public class CSSValueListImpl extends CSSValueImpl implements org.w3c.dom.css.CSSValueList
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST| Constructor and Description |
|---|
CSSValueListImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.w3c.dom.css.CSSValueList |
getImpl(long peer) |
int |
getLength() |
(package private) static int |
getLengthImpl(long peer) |
org.w3c.dom.css.CSSValue |
item(int index) |
(package private) static long |
itemImpl(long peer,
int index) |
create, equals, getCssText, getCssTextImpl, getCssValueType, getCssValueTypeImpl, getPeer, getPeer, hashCode, setCssText, setCssTextImplstatic org.w3c.dom.css.CSSValueList getImpl(long peer)
public int getLength()
getLength in interface org.w3c.dom.css.CSSValueListstatic int getLengthImpl(long peer)
public org.w3c.dom.css.CSSValue item(int index)
item in interface org.w3c.dom.css.CSSValueListstatic long itemImpl(long peer,
int index)