Class CSSSelector

java.lang.Object
com.helger.css.decl.CSSSelector
All Implemented Interfaces:
ICSSSelectorMember, ICSSSourceLocationAware, ICSSWriteable

@NotThreadSafe public class CSSSelector extends Object implements ICSSSelectorMember, ICSSSourceLocationAware
Represents a single selector as the aggregation of selector members. An example for a selector is e.g. div or .class or h1.class or #id or table tbody td .class etc.
Author:
Philip Helger