Home | History | Annotate | Download | only in dom

Lines Matching refs:Attr

22  * <code>Attr</code> object by name or an attribute value by name. In XML,
24 * <code>Attr</code> object should be retrieved to examine the possibly
50 * @return The <code>Attr</code> value as a string, or the empty string
63 * references, the user must create an <code>Attr</code> node plus any
105 * @return The <code>Attr</code> node with the specified name (
109 public Attr getAttributeNode(String name);
118 * @param newAttr The <code>Attr</code> node to add to the attribute list.
120 * attribute, the replaced <code>Attr</code> node is returned,
128 * explicitly clone <code>Attr</code> nodes to re-use them in other
131 public Attr setAttributeNode(Attr newAttr)
136 * removed <code>Attr</code> node is defined in the DTD, a new node
143 * @param oldAttr The <code>Attr</code> node to remove from the attribute
145 * @return The <code>Attr</code> node that was removed.
151 public Attr removeAttributeNode(Attr oldAttr)
171 * @return The <code>Attr</code> value as a string, or the empty string
193 * an <code>Attr</code> node plus any <code>Text</code> and
259 * Retrieves an <code>Attr</code> node by local name and namespace URI.
266 * @return The <code>Attr</code> node with the specified attribute local
275 public Attr getAttributeNodeNS(String namespaceURI,
287 * @param newAttr The <code>Attr</code> node to add to the attribute list.
290 * <code>Attr</code> node is returned, otherwise <code>null</code> is
298 * explicitly clone <code>Attr</code> nodes to re-use them in other
305 public Attr setAttributeNodeNS(Attr newAttr)
372 * . This affects the value of <code>Attr.isId</code> and the behavior
375 * <code>Attr.schemaTypeInfo</code> of the specified <code>Attr</code>
396 * . This affects the value of <code>Attr.isId</code> and the behavior
399 * <code>Attr.schemaTypeInfo</code> of the specified <code>Attr</code>
420 * . This affects the value of <code>Attr.isId</code> and the behavior
423 * <code>Attr.schemaTypeInfo</code> of the specified <code>Attr</code>
435 public void setIdAttributeNode(Attr idAttr,