cn.setBaseVal(value);
}
}
if (element.hasAttribute(SVGConstants.SVG_STYLE_ATTRIBUTE)) {
element.setAttribute(SVGConstants.SVG_STYLE_ATTRIBUTE, element.getAttribute(SVGConstants.SVG_STYLE_ATTRIBUTE));
OMSVGStyle style = element.getStyle().<OMSVGStyle>cast();
fixProperty(style, SVGConstants.CSS_FILL_PROPERTY);
fixProperty(style, SVGConstants.CSS_STROKE_PROPERTY);
}
}
NodeList<Node> childNodes = element.getChildNodes();