Home | History | Annotate | Download | only in dom

Lines Matching defs:Element

16  * The <code>Element</code> interface represents an element in an HTML or XML
18 * <code>Element</code> interface inherits from <code>Node</code>, the
20 * be used to retrieve the set of all attributes for an element. There are
21 * methods on the <code>Element</code> interface to retrieve either an
32 public interface Element extends Node {
34 * The name of the element. If <code>Node.localName</code> is different
42 * the <code>tagName</code> of an HTML element in the canonical
57 * in the element, its value is changed to be that of the value
113 * <code>nodeName</code>) is already present in the element, it is
124 * different document than the one that created the element.
127 * attribute of another <code>Element</code> object. The DOM user must
149 * of the element.
159 * @return A list of matching <code>Element</code> nodes.
185 * namespace URI is already present on the element, its prefix is
281 * namespace URI is already present in the element, it is replaced by
294 * different document than the one that created the element.
297 * attribute of another <code>Element</code> object. The DOM user must
330 * specified on this element or has a default value, <code>false</code>
334 * specified on this element or has a default value, <code>false</code>
342 * namespace URI is specified on this element or has a default value,
352 * element, <code>false</code> otherwise.
364 * The type information associated with this element.
386 * of this element.
409 * of this element.
432 * of this element.