* @param node The element for this Manager in the config file.
*
* @return A Processor instance.
*/
private Processor getProcessorInstance(Node node) {
Processor processorInstance = null;
String processorClassName = "";
try {
// Get the default processor's class name.
processorClassName = xmlParseUtils.getAttributeValueFromNode(