| Package | Description |
|---|---|
| org.xwiki.gwt.dom.client | |
| org.xwiki.gwt.dom.client.filter |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Node |
DOMUtils.getFirstAncestor(com.google.gwt.dom.client.Node node,
NodeFilter filter)
Searches for the first ancestor of the given node, including the node itself, that matches the specified filter.
|
com.google.gwt.dom.client.Node |
DOMUtils.getLastAncestor(com.google.gwt.dom.client.Node node,
NodeFilter filter)
Searches for the last ancestor of the given node, including the node itself, that matches the specified filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HiddenElements
Accepts only elements that are not displayed, i.e.
|
class |
WithAttribute
Accepts only elements with the given attribute.
|
class |
WithClassName
Accepts only elements with the given CSS class name.
|
class |
WithName
Filters nodes with the specified name.
|
Copyright © 2004–2016 XWiki. All rights reserved.