|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attr | |
org.w3c.dom | The Document Object Model (DOM) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. |
Uses of Attr in org.w3c.dom |
Methods in org.w3c.dom that return Attr | |
Attr |
Element.getAttributeNode(java.lang.String name)
Retrieves an Attr node by name. |
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute. |
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute. |
Attr |
Document.createAttribute(java.lang.String name)
Creates an Attr of the given name. |
Methods in org.w3c.dom with parameters of type Attr | |
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute. |
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |