Example #1
0
 public CssSimpleElementSelector(SimpleElementSelectorKind selectorType)
 {
     _selectorType = selectorType;
     if (_selectorType == SimpleElementSelectorKind.All)
     {
         this.Name = "*";
     }
 }
 public CssSimpleElementSelector(SimpleElementSelectorKind selectorType)
 {
     this.selectorType = selectorType;
 }
Example #3
0
 public CssSimpleElementSelector(SimpleElementSelectorKind selectorType)
 {
     this.selectorType = selectorType;
 }