// 'specularExponent' attribute - default is 1
float specularExponent = convertSpecularExponent(filterElement, ctx);
// extract the light definition from the filterElement's children list
Light light = extractLight(filterElement, ctx);
// 'kernelUnitLength' attribute
double[] kernelUnitLength = convertKernelUnitLength(filterElement, ctx);
// 'in' attribute