DOMAttribute constructor
DOMAttribute(
- String name,
- DOMAttributeValue valueHandler
Implementation
DOMAttribute(this.name, this.valueHandler);
DOMAttribute(this.name, this.valueHandler);