1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 44</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text42.html">Back</a> <a href="text44.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img43.html">Graphics</a></center><br>
<h1><b>Attribute Methods</b></h1><p>
<ul><li><h2><b>public final void addAttribute(Attribute attribute);</b></h2>
<li><h2><b>public final void removeAttribute(Attribute attribute);</b></h2>
<li><h2><b>public final Attribute getAttribute(String name);</b></h2>
<li><h2><b>public final Attribute getAttribute(String localName, String namespaceURI);</b></h2>
<li><h2><b>public final String getAttributeValue(String name);</b></h2>
<li><h2><b>public final String getAttributeValue(String localName, String namespaceURI);</b></h2>
<li><h2><b>public final Attributes getAttributes();</b></h2>
</ul></body>
</html>
|