Lines Matching refs:an
14 * software distributed under the License is distributed on an
39 Retrieves an attribute value by name.
44 Retrieves an attribute node by name.
49 Retrieves an Attr node by local name and namespace URI.
55 Retrieves an attribute value by local name and namespace URI.
79 Returns true when an attribute with a given name is specified on this
85 Returns true when an attribute with a given local name and namespace
91 Removes an attribute by name.
101 NOT_FOUND_ERR: Raised if oldAttr is not an attribute of the element.
106 Removes an attribute by local name and namespace URI.
115 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
125 …INUSE_ATTRIBUTE_ERR: Raised if newAttr is already an attribute of another Element object. The DOM …
134 …INUSE_ATTRIBUTE_ERR: Raised if newAttr is already an attribute of another Element object. The DOM …
142 …DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal c…