Helper to visit an XmlEvent using this visitor by dispatching through the provided event.
event
void visit(XmlEvent event) => event.accept(this);