Lines Matching refs:Node
60 * @return A <code>Node</code> (of any type) with the specified
64 public Node getNamedItem(String name);
77 * @return If the new <code>Node</code> replaces an existing node the
78 * replaced <code>Node</code> is returned, otherwise <code>null</code>
94 public Node setNamedItem(Node arg)
111 public Node removeNamedItem(String name)
122 public Node item(int index);
137 * @return A <code>Node</code> (of any type) with the specified local
146 public Node getNamedItemNS(String namespaceURI,
161 * @return If the new <code>Node</code> replaces an existing node the
162 * replaced <code>Node</code> is returned, otherwise <code>null</code>
182 public Node setNamedItemNS(Node arg)
189 * attribute of the <code>Node</code> interface. If so, an attribute
208 public Node removeNamedItemNS(String namespaceURI,