435436437438439440441442443444445
try { Property property = new Property(name, new CSSValueImpl(value), important); this.addLocator(property); decl.addProperty(property); } catch (DOMException e) { // call ErrorHandler? }