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