Searched refs:CSSValue (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSSValueList.java55 public interface CSSValueList extends CSSValue {
64 * Used to retrieve a <code>CSSValue</code> by ordinal index. The order in
69 * @return The <code>CSSValue</code> at the <code>index</code> position
73 public CSSValue item(int index);
H A DCSSValue.java47 * The <code>CSSValue</code> interface represents a simple or a complex
48 * value. A <code>CSSValue</code> object only occurs in a context of a CSS
53 public interface CSSValue { interface
63 * <code>CSSValue</code> interface.
67 * The value is a <code>CSSValue</code> list and an instance of the
70 * <code>CSSValue</code> interface.
H A DCSSStyleDeclaration.java113 public CSSValue getPropertyCSSValue(String propertyName);
H A DCSSPrimitiveValue.java66 public interface CSSPrimitiveValue extends CSSValue {

Completed in 112 milliseconds