org.xwiki.xml.html.filter
Interface ElementSelector
public interface ElementSelector
Interface for defining element selections. Element selectors are useful when an operation needs to be performed on a
selection of Elements depending on some criterion. In such cases, the operation will be performed only if the
provided selector returns true for that particular Element.
- Since:
- 1.8RC2
- Version:
- $Id$
|
Method Summary |
boolean |
isSelected(org.w3c.dom.Element element)
|
isSelected
boolean isSelected(org.w3c.dom.Element element)
- Parameters:
element - the Element against which the criterion is evaluated.
- Returns:
- true if this particular element should be selected.
Copyright © 2004-2011 XWiki. All Rights Reserved.