}
public void ignorableAtRule(String atRule) throws CSSException {
// Create the unknown rule and add it to the rule list
CSSUnknownRuleImpl ir = new CSSUnknownRuleImpl(
CSSOMParser.this.getParentStyleSheet(),
this.getParentRule(),
atRule);
this.addLocator(ir);
if (!this._nodeStack.empty()) {