File: text51.html

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 52</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text50.html">Back</a> <a href="text52.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img51.html">Graphics</a></center><br>
<h1><b>Attribute Getter and Setter Methods</b></h1><p>
<ul><li><h2><b>public final Type getType();</b></h2>
<li><h2><b>public final void setType(Type type);</b></h2>
<li><h2><b>public final String getValue();</b></h2>
<li><h2><b>public final void setValue(String value);</b></h2>
<li><h2><b>public final String getLocalName();</b></h2>
<li><h2><b>public final void setLocalName(String localName);</b></h2>
<li><h2><b>public final String getQualifiedName()</b></h2>
<li><h2><b>public final String getNamespaceURI();</b></h2>
<li><h2><b>public final String getPrefix();</b></h2>
<li><h2><b>public final void setNamespace(String prefix, String URI);</b></h2>
</ul></body>
</html>