accept method
Dispatch the invocation depending on this type to the visitor
.
Implementation
@override
void accept(XmlVisitor visitor) => visitor.visitName(this);
Dispatch the invocation depending on this type to the visitor
.
@override
void accept(XmlVisitor visitor) => visitor.visitName(this);