XmlProcessingEvent constructor

XmlProcessingEvent(
  1. String target,
  2. String text
)

Implementation

XmlProcessingEvent(this.target, this.text);