in util/src/main/java/org/apache/jsieve/util/SieveToXml.java [355:370]
public Worker(final String nameAttributeName, final String namespaceUri, final String namespacePrefix,
final String stringElementName, final String tagElementName, final String numberElementName,
final String listElementName, final NameMapper commandNameMapper, final NameMapper testNameMapper,
final Out out) {
super();
this.nameAttributeName = nameAttributeName;
this.namespaceUri = namespaceUri;
this.namespacePrefix = namespacePrefix;
this.stringElementName = stringElementName;
this.tagElementName = tagElementName;
this.numberElementName = numberElementName;
this.listElementName = listElementName;
this.commandNameMapper = commandNameMapper;
this.testNameMapper = testNameMapper;
this.out = out;
}