throws CSSException {
CSSStyleDeclarationImpl decl =
(CSSStyleDeclarationImpl) this._nodeStack.peek();
try
{
Property property =
new Property(name, new CSSValueImpl(value), important);
this.addLocator(property);
decl.addProperty(property);
}
catch (DOMException e)
{