289290291292293294295296297298299
throws CSSException { } public void charset(String characterEncoding) throws CSSException { CSSCharsetRuleImpl cr = new CSSCharsetRuleImpl(CSSOMParser.this.getParentStyleSheet(), this.getParentRule(), characterEncoding); this.addLocator(cr); if (!this._nodeStack.empty()) {