org.xwiki.gwt.dom.client.filter
Interface NodeFilter
- All Known Implementing Classes:
- HiddenElements, WithAttribute, WithClassName, WithName
public interface NodeFilter
Interface used to filter DOM nodes.
- Version:
- $Id$
- See Also:
http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter
|
Nested Class Summary |
static class |
NodeFilter.Action
The action that should be taken on the filtered node. |
acceptNode
NodeFilter.Action acceptNode(com.google.gwt.dom.client.Node node)
- Applies this filter on the given DOM node.
- Parameters:
node - the node to be filtered
- Returns:
- the action that should be taken on the filtered node by the calling iterator
Copyright © 2004-2011 XWiki. All Rights Reserved.