XmlProcessingNaturalImpl constructor
XmlProcessingNaturalImpl(
- XmlSourceRange source,
- String target,
- String text
Implementation
XmlProcessingNaturalImpl(
this.source,
String target,
String text,
) : super(target, text);