}
// attach the referenced element to the current document
SVGOMCSSImportedElementRoot root;
root = new SVGOMCSSImportedElementRoot(document, e);
root.appendChild(localRefElement);
SVGOMUseElement ue = (SVGOMUseElement)e;
ue.setCSSImportedElementRoot(root);
Element g = localRefElement;