Uses of Class
org.xwiki.gwt.dom.client.filter.NodeFilter.Action

Packages that use NodeFilter.Action
org.xwiki.gwt.dom.client.filter   
 

Uses of NodeFilter.Action in org.xwiki.gwt.dom.client.filter
 

Methods in org.xwiki.gwt.dom.client.filter that return NodeFilter.Action
 NodeFilter.Action WithClassName.acceptNode(com.google.gwt.dom.client.Node node)
           
 NodeFilter.Action WithName.acceptNode(com.google.gwt.dom.client.Node node)
           
 NodeFilter.Action WithAttribute.acceptNode(com.google.gwt.dom.client.Node node)
           
 NodeFilter.Action HiddenElements.acceptNode(com.google.gwt.dom.client.Node node)
           
 NodeFilter.Action NodeFilter.acceptNode(com.google.gwt.dom.client.Node node)
          Applies this filter on the given DOM node.
static NodeFilter.Action NodeFilter.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeFilter.Action[] NodeFilter.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004–2014 XWiki. All rights reserved.