public interface NodeFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeFilter.Action
The action that should be taken on the filtered node.
|
| Modifier and Type | Method and Description |
|---|---|
NodeFilter.Action |
acceptNode(com.google.gwt.dom.client.Node node)
Applies this filter on the given DOM node.
|
NodeFilter.Action acceptNode(com.google.gwt.dom.client.Node node)
node - the node to be filteredCopyright © 2004–2016 XWiki. All rights reserved.