* The element attributes
*/
private void enterShadingColor(final Attributes attributes)
{
this.rgbaColor = new RGBAColor();
this.rgbaColor.setSid(attributes.getValue("sid"));
this.stringBuilder = new StringBuilder();
enterElement(ParserMode.SHADING_COLOR);
}