Frames | No Frames |
Methods with return type org.w3c.dom.Attr | |
Attr |
Methods with parameter type org.w3c.dom.Attr | |
Attr | |
Attr | |
Attr | |
void |
Methods with return type org.w3c.dom.Attr | |
Attr | |
Attr | |
Attr | |
Attr | |
Attr |
Methods with return type org.w3c.dom.Attr | |
Attr | Creates an Attr of the given name. |
Attr | Creates an attribute of the given qualified name and namespace URI.
|
Methods with parameter type org.w3c.dom.Attr | |
Attr | Removes the specified attribute node. |
Attr | Adds a new attribute node. |
Attr | Adds a new attribute. |
void | If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
Methods with return type org.w3c.dom.Attr | |
Attr | Creates an Attr of the given name. |
Attr | Creates an attribute of the given qualified name and namespace URI.
|
Attr | Retrieves an attribute node by name.
|
Attr | Retrieves an Attr node by local name and namespace URI.
|
Attr | Removes the specified attribute node. |
Attr | Adds a new attribute node. |
Attr | Adds a new attribute. |
Classes implementing org.w3c.dom.Attr | |
class | "Attr" implementation. |
Methods with parameter type org.w3c.dom.Attr | |
Attr | DOM L1
Removes the appropriate attribute node; the name is the
nodeName property of the attribute.
|
Attr | DOM L1
Stores the specified attribute, optionally overwriting any
existing one with that name.
|
Attr | DOM L2
Stores the specified attribute, optionally overwriting any
existing one with that name.
|
void | If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
Methods with return type org.w3c.dom.Attr | |
Attr | DOM L1
Returns a newly created attribute with the specified name.
|
Attr | DOM L2
Returns a newly created attribute with the specified name
and namespace information.
|
Attr | DOM L1
Returns the appropriate attribute node; the name is the
nodeName property of the attribute.
|
Attr | DOM L2
Returns the appropriate attribute node; the name combines
the namespace name and the local part.
|
Attr | DOM L1
Removes the appropriate attribute node; the name is the
nodeName property of the attribute.
|
Attr | DOM L1
Stores the specified attribute, optionally overwriting any
existing one with that name.
|
Attr | DOM L2
Stores the specified attribute, optionally overwriting any
existing one with that name.
|