inputName, inputValue, outputName, this);
} else {
// Just try default translation for the other types.
processor = new SimpleTranslator(attributes,
inputName, inputValue, outputName, this);
}
// OK, we have a processor, so lets process this attribute.