XmlProcessing constructor

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

Create a processing node with target and text.

Implementation

XmlProcessing(this.target, String text) : super(text);