316317318319320321322
Node el = (Node) nl.item(count); SVGStyleElementImpl sse = (SVGStyleElementImpl) el; StyleSheet sheet = sse.getStyleSheet(); shs.addElement(sheet); } return new StyleSheetListImpl(shs); }
324325326327328329330
371372373374375376377
Node el = (Node)nl.item(count); SVGStyleElementImpl sse = (SVGStyleElementImpl)el; StyleSheet sheet = sse.getStyleSheet(); shs.addElement(sheet); } return new StyleSheetListImpl(shs); }