站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Uses of Interface org.w3c.dom.css.CSSValue (Common DOM API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档


Common DOM API

Uses of Interface
org.w3c.dom.css.CSSValue

Packages that use CSSValue
org.w3c.dom.css   
 

Uses of CSSValue in org.w3c.dom.css
 

Subinterfaces of CSSValue in org.w3c.dom.css
 interface CSSPrimitiveValue
          The CSSPrimitiveValue interface represents a single CSS value .
 interface CSSValueList
          The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
 

Methods in org.w3c.dom.css that return CSSValue
 CSSValue CSSStyleDeclaration.getPropertyCSSValue(String propertyName)
          Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
 CSSValue CSSValueList.item(int index)
          Used to retrieve a CSSValue by ordinal index.
 


Common DOM API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2006 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.