accept method
Dispatch to the visitor based on event type.
Implementation
@override
void accept(XmlEventVisitor visitor) => visitor.visitProcessingEvent(this);Dispatch to the visitor based on event type.
@override
void accept(XmlEventVisitor visitor) => visitor.visitProcessingEvent(this);