1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 50</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text48.html">Back</a> <a href="text50.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img49.html">Graphics</a></center><br>
<h1><b>The Attribute Class</b></h1><p>
<ul><li><h2>Subclasses <b>Node</b></h2>
<li><h2>Each <b>Attribute</b> has</h2>
<ul><li>Local name
<li>Namespace prefix (which can be the empty string)
<li>Namespace URI (which can be the empty string)
<li>A type
<li>A value
<li>A parent <b>Element</b> (which may be null)
<li>An owner <b>Document</b> (which may be null)
</ul></ul></body>
</html>
|