org.xwiki.gwt.dom.client.filter
Class HiddenElements
java.lang.Object
org.xwiki.gwt.dom.client.filter.HiddenElements
- All Implemented Interfaces:
- NodeFilter
public class HiddenElements
- extends Object
- implements NodeFilter
Accepts only elements that are not displayed, i.e. elements that are attached to the document but for which the
computed value of the display CSS property is equal to none.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiddenElements
public HiddenElements()
acceptNode
public NodeFilter.Action acceptNode(com.google.gwt.dom.client.Node node)
- Applies this filter on the given DOM node.
- Specified by:
acceptNode in interface NodeFilter
- Parameters:
node - the node to be filtered
- Returns:
- the action that should be taken on the filtered node by the calling iterator
- See Also:
NodeFilter.acceptNode(Node)
Copyright © 2004-2011 XWiki. All Rights Reserved.