XmlProcessingEvent constructor

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

Implementation

XmlProcessingEvent(this.target, this.value);