// Create the import rule and add it to the rule list
CSSImportRuleImpl ir = new CSSImportRuleImpl(
CSSOMParser.this.getParentStyleSheet(),
this.getParentRule(),
uri,
new MediaListImpl(media));
this.addLocator(ir);
if (!this._nodeStack.empty()) {
((CSSRuleListImpl)this._nodeStack.peek()).add(ir);
} else {
// _nodeStack.push(ir);