42434445464748
protected XMLGenerator xmlGenerator; public RemoveAppendAction(String collectionPath, String resourceName, String[] wordList) { super(collectionPath, resourceName); xmlGenerator = new XMLGenerator(1, 5, 1, wordList, false); }