Lines Matching refs:an
14 * software distributed under the License is distributed on an
60 Creates an Attr of the given name.
62 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
67 Creates an attribute of the given qualified name and namespace URI.
69 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal
84 DOMException - NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
94 Creates an empty DocumentFragment object.
100 Creates an element of the type specified.
102 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
108 Creates an element of the given qualified name and namespace URI.
110 DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an
124 Creates an EntityReference object.
126 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
127 NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
135 …DOMException - INVALID_CHARACTER_ERR: Raised if the specified target contains an illegal character.
136 NOT_SUPPORTED_ERR: Raised if this document is an HTML document.