| Package | Description |
|---|---|
| org.xwiki.gwt.dom.client.filter |
| Modifier and Type | Method and Description |
|---|---|
NodeFilter.Action |
HiddenElements.acceptNode(com.google.gwt.dom.client.Node node) |
NodeFilter.Action |
WithAttribute.acceptNode(com.google.gwt.dom.client.Node node) |
NodeFilter.Action |
WithName.acceptNode(com.google.gwt.dom.client.Node node) |
NodeFilter.Action |
WithClassName.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–2015 XWiki. All rights reserved.