public static void register() {
   final Processor processor = new Processor();
   FeatureFactory.getInstance().registerProcessor(processor);
 }