|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
| org.jdom | |
| Uses of Attribute in org.jdom |
| Methods in org.jdom that return Attribute | |
Attribute |
Element.getAttribute(java.lang.String name)
This will return the for the
specified attribute name on this Element. |
Attribute |
Element.getAttribute(java.lang.String prefix,
java.lang.String name)
This will return the for the
specified attribute name on this Element. |
| Methods in org.jdom with parameters of type Attribute | |
Element |
Element.addAttribute(Attribute attribute)
This will add an to this
Element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||