accept abstract method

void accept(
  1. XmlEventVisitor visitor
)

Dispatch to the visitor based on event type.

Implementation

void accept(XmlEventVisitor visitor);