Package org.xwiki.gwt.dom.client.filter

Interface Summary
NodeFilter Interface used to filter DOM nodes.
 

Class Summary
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 Summary
NodeFilter.Action The action that should be taken on the filtered node.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.