org.jsoup.nodes
Class Evaluator
java.lang.Object
org.jsoup.nodes.Evaluator
public abstract class Evaluator
- extends Object
Evaluates that an element matches the selector.
- Author:
- Jonathan Hedley
Method Summary |
abstract boolean |
matches(Element element)
Test if the element meets the evaluator's requirements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matches
public abstract boolean matches(Element element)
- Test if the element meets the evaluator's requirements.
Copyright © 2009-2010 Jonathan Hedley. All Rights Reserved.