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