|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.filters.CssSelectorNodeFilter
A NodeFilter that accepts nodes based on whether they match a CSS2 selector. Refer to http://www.w3.org/TR/REC-CSS2/selector.html for syntax.
Todo: more thorough testing, any relevant pseudo-classes, css3 features
Constructor Summary | |
CssSelectorNodeFilter(java.lang.String selector)
Create a Cascading Style Sheet node filter. |
Method Summary | |
boolean |
accept(Node node)
Accept nodes that match the selector expression. |
static java.lang.String |
unescape(java.lang.String escaped)
Replace escape sequences in a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CssSelectorNodeFilter(java.lang.String selector)
selector
- The selector expression.Method Detail |
public boolean accept(Node node)
accept
in interface NodeFilter
node
- The node to check.
true
if the node matches,
false
otherwise.public static java.lang.String unescape(java.lang.String escaped)
escaped
- The string to examine.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |