AttributeSelector constructor

AttributeSelector(
  1. QualifiedName name,
  2. FileSpan span
)

Creates an attribute selector that matches any element with a property of the given name.

Implementation

AttributeSelector(this.name, FileSpan span)
    : op = null,
      value = null,
      modifier = null,
      super(span);