XMLNode constructor
XMLNode(
- String tag,
- Attributes attributes,
- XMLBody? body
Implementation
XMLNode(this.tag, this.attributes, this.body);
XMLNode(this.tag, this.attributes, this.body);