public class CSSValueImpl
extends java.lang.Object
implements org.w3c.dom.css.CSSValue
Modifier and Type | Class and Description |
---|---|
private static class |
CSSValueImpl.SelfDisposer |
Modifier and Type | Field and Description |
---|---|
static int |
CSS_CUSTOM |
static int |
CSS_INHERIT |
static int |
CSS_PRIMITIVE_VALUE |
static int |
CSS_VALUE_LIST |
private long |
peer |
Constructor and Description |
---|
CSSValueImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.w3c.dom.css.CSSValue |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCssText() |
(package private) static java.lang.String |
getCssTextImpl(long peer) |
short |
getCssValueType() |
(package private) static short |
getCssValueTypeImpl(long peer) |
(package private) static org.w3c.dom.css.CSSValue |
getImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.css.CSSValue arg) |
int |
hashCode() |
void |
setCssText(java.lang.String value) |
(package private) static void |
setCssTextImpl(long peer,
java.lang.String value) |
private final long peer
public static final int CSS_INHERIT
public static final int CSS_PRIMITIVE_VALUE
public static final int CSS_VALUE_LIST
public static final int CSS_CUSTOM
static org.w3c.dom.css.CSSValue create(long peer)
long getPeer()
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
static long getPeer(org.w3c.dom.css.CSSValue arg)
private static void dispose(long peer)
static org.w3c.dom.css.CSSValue getImpl(long peer)
public java.lang.String getCssText()
getCssText
in interface org.w3c.dom.css.CSSValue
static java.lang.String getCssTextImpl(long peer)
public void setCssText(java.lang.String value) throws org.w3c.dom.DOMException
setCssText
in interface org.w3c.dom.css.CSSValue
org.w3c.dom.DOMException
static void setCssTextImpl(long peer, java.lang.String value)
public short getCssValueType()
getCssValueType
in interface org.w3c.dom.css.CSSValue
static short getCssValueTypeImpl(long peer)