|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.dom.client.filter.WithName
public class WithName
Filters nodes with the specified name.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.xwiki.gwt.dom.client.filter.NodeFilter |
|---|
NodeFilter.Action |
| Constructor Summary | |
|---|---|
WithName(java.lang.String... names)
Creates a new filter that accepts DOM nodes if their name is contained in the given list. |
|
| Method Summary | |
|---|---|
NodeFilter.Action |
acceptNode(com.google.gwt.dom.client.Node node)
Applies this filter on the given DOM node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WithName(java.lang.String... names)
names - the list of node names to accept| Method Detail |
|---|
public NodeFilter.Action acceptNode(com.google.gwt.dom.client.Node node)
acceptNode in interface NodeFilternode - the node to be filtered
NodeFilter.acceptNode(Node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||