| Interface | Description |
|---|---|
| NodeFilter |
Interface used to filter DOM nodes.
|
| Class | Description |
|---|---|
| HiddenElements |
Accepts only elements that are not displayed, i.e.
|
| WithAttribute |
Accepts only elements with the given attribute.
|
| WithClassName |
Accepts only elements with the given CSS class name.
|
| WithName |
Filters nodes with the specified name.
|
| Enum | Description |
|---|---|
| NodeFilter.Action |
The action that should be taken on the filtered node.
|
Copyright © 2004–2014 XWiki. All rights reserved.