info.informatica.doc.style.css.property
Class DOMCSSValueList

java.lang.Object
  extended by info.informatica.doc.style.css.property.AbstractCSSValue
      extended by 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.

Author:
Carlos Amengual (amengual at informatica.info)

Field Summary
 
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
 
Constructor Summary
DOMCSSValueList()
           
 
Method Summary
 void add(org.w3c.dom.css.CSSValue value)
           
 int getLength()
           
 org.w3c.dom.css.CSSValue item(int index)
           
 
Methods inherited from class info.informatica.doc.style.css.property.AbstractCSSValue
createCSSValue, createCSSValue, getCssText, getCssValueType, setCssText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
 

Constructor Detail

DOMCSSValueList

public DOMCSSValueList()
Method Detail

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)


Copyright © 2011 informatica.info. All Rights Reserved.