Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.NodeList.EffectOnCache

Packages that use NodeList.EffectOnCache
com.gargoylesoftware.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of NodeList.EffectOnCache in com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return NodeList.EffectOnCache
protected  NodeList.EffectOnCache NodeList.getEffectOnCache(HtmlAttributeChangeEvent event)
          Gets the effect of the change on an attribute of the reference node on this collection's cache.
static NodeList.EffectOnCache NodeList.EffectOnCache.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeList.EffectOnCache[] NodeList.EffectOnCache.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.