1 16 package org.apache.cocoon.components.treeprocessor; 17 18 import org.apache.avalon.framework.configuration.Configuration; 19 20 25 26 public class NullNodeBuilder extends AbstractProcessingNodeBuilder { 27 28 public ProcessingNode buildNode(Configuration config) throws Exception { 29 return this.treeBuilder.setupNode(new NullNode(), config); 30 } 31 } 32 | Popular Tags |