SimpleSelector
Represents a simple selector (either a type selector,
universal selector, attribute selector, class selector,
id selector or pseudo-class).
Gets a selector that matches all elements.
Gets the specifity of the given selector.
Gets the string representation of the selector.
public SimpleSelector()
Creates a simple universal selector.
Creates a simple type selector.
Creates a simple selector with the given predicate.
Creates a new attribute available selector.
Creates a new attribute matches the begin selector.
Creates a new attribute contains selector.
Creates a new attribute matches the end selector.
Creates a new attribute matches hyphen separated list selector.
Creates a new attribute matches a list entry selector.
Creates a new attribute match selector.
Creates a new attribute not-match selector.
Creates a new class selector.
Creates a new ID selector.
Creates a new pseudo class : selector.
Creates a new pseudo element :: selector.
Creates a new type selector.
Gets a selector that matches all elements.
Determines if the given object is matched by this selector.