Uses of Interface
org.xwiki.gwt.dom.client.filter.NodeFilter

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

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

Methods in org.xwiki.gwt.dom.client with parameters of type NodeFilter
 com.google.gwt.dom.client.Node DOMUtils.getFirstAncestor(com.google.gwt.dom.client.Node node, NodeFilter filter)
          Searches for the first ancestor of the given node, including the node itself, that matches the specified filter.
 com.google.gwt.dom.client.Node DOMUtils.getLastAncestor(com.google.gwt.dom.client.Node node, NodeFilter filter)
          Searches for the last ancestor of the given node, including the node itself, that matches the specified filter.
 

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

Classes in org.xwiki.gwt.dom.client.filter that implement NodeFilter
 class HiddenElements
          Accepts only elements that are not displayed, i.e.
 class WithAttribute
          Accepts only elements with the given attribute.
 class WithClassName
          Accepts only elements with the given CSS class name.
 class WithName
          Filters nodes with the specified name.
 



Copyright © 2004–2015 XWiki. All rights reserved.