ScriptAttribute constructor

ScriptAttribute(
  1. String val
)

Implementation

ScriptAttribute(String val) : super('script', AttributeScope.IGNORE, val);