/** Remove options that are matched by this processor. */
 public void removeSupportedOptions(Set<String> unmatchedProcessorOptions) {
   unmatchedProcessorOptions.removeAll(supportedOptionNames);
 }