1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 36</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text34.html">Back</a> <a href="text36.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img35.html">Graphics</a></center><br>
<h1><b>The Element Class</b></h1><p>
<ul><li><h2>Largest class in XOM</h2>
<li><h2>Subclass of ParentNode</h2>
<li><h2>Every Element 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 collection of Attributes
<li>A collection of additional namespaces
<li>A list of children
<li>A ParentNode (which may be null)
<li>An owner Document (which may be null)
</ul></ul></body>
</html>
|