public class CSSSelector extends Object
Constructor and Description |
---|
CSSSelector(String inValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(HTMLTag inHTMLTag)
Currently supports simple type selectors, id selectors, class selectors,
attribute selectors, ancestor selectors, parent selectors, and adjacent sibling selectors.
|
boolean |
equals(Object inObj) |
int |
hashCode() |
String |
toString() |
public CSSSelector(String inValue)
public boolean appliesTo(HTMLTag inHTMLTag)
inHTMLTag
- the HTML tag to be checked
jataylor@hairyfatguy.com