500501502503504505506
return with(new PropertiesTransformer(properties)); } @Override public Document withVariablesReplacedWithSystemProperties() { return with(new SystemPropertiesTransformer()); }
900901902903904905906
return with(new PropertiesTransformer(properties)); } @Override public Array withVariablesReplacedWithSystemProperties() { return with(new SystemPropertiesTransformer()); }