public static void computeStyleAndURIs(Element refElement,
Element localRefElement) {
SVGOMDocument document
= (SVGOMDocument)localRefElement.getOwnerDocument();
ViewCSS view = (ViewCSS)document.getDefaultView();
SVGOMDocument refDocument
= (SVGOMDocument)refElement.getOwnerDocument();
ViewCSS refView = (ViewCSS)refDocument.getDefaultView();
URL url = refDocument.getURLObject();
computeStyleAndURIs(refElement,
refView,