495496497498499500501
return transformed ? clone : this; } @Override public Document withVariablesReplaced( Properties properties ) { return with(new PropertiesTransformer(properties)); }
895896897898899900901
return transformed ? clone : this; } @Override public Array withVariablesReplaced( Properties properties ) { return with(new PropertiesTransformer(properties)); }