87888990919293
/** * Creates the JS object for the property attributes. This object will the be cached. * @return the JS object */ protected NamedNodeMap createAttributesObject() { return new NamedNodeMap(getDomNodeOrDie()); }