Lines Matching refs:Node

22  * to create these objects. The <code>Node</code> objects created have a
27 public interface Document extends Node {
38 * nodes manipulation methods, such as <code>Node.insertBefore</code>,
39 * or <code>Node.replaceChild</code>. Note, however, that while some
312 public Node importNode(Node importedNode,
332 * <td valign='top' rowspan='1' colspan='1'><code>Node.nodeName</code></td>
337 * <td valign='top' rowspan='1' colspan='1'><code>Node.namespaceURI</code></td>
342 * <td valign='top' rowspan='1' colspan='1'><code>Node.prefix</code></td>
348 * <td valign='top' rowspan='1' colspan='1'><code>Node.localName</code></td>
397 * <td valign='top' rowspan='1' colspan='1'><code>Node.nodeName</code></td>
402 * <code>Node.namespaceURI</code></td>
407 * <code>Node.prefix</code></td>
413 * <td valign='top' rowspan='1' colspan='1'><code>Node.localName</code></td>
423 * <td valign='top' rowspan='1' colspan='1'><code>Node.nodeValue</code></td>
529 * invalid characters in the <code>Node</code>s that are already part of
554 * invalid characters in the <code>Node</code>s that are already part of
605 * <code>null</code> value returned when using <code>Node.baseURI</code>
610 * this attribute when computing <code>Node.baseURI</code>.
619 * <code>null</code> value returned when using <code>Node.baseURI</code>
624 * this attribute when computing <code>Node.baseURI</code>.
698 public Node adoptNode(Node source)
713 * nodes, as defined in the method <code>Node.normalize()</code>.
730 * attempt to update a read-only node or a <code>Node.nodeName</code>
809 public Node renameNode(Node n,