1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 10</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text8.html">Back</a> <a href="text10.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img9.html">Graphics</a></center><br>
<h1><b>DOM Ugliness</b></h1><p>
<ul><li><h2>No method overloading</h2>
<li><h2>Short type constants for node types</h2>
<li><h2>Methods in the Node superinterface that only work for one or two subinterfaces</h2>
<li><h2>Incomplete: no standard loading or serialization</h2>
<li><h2>A single exception class with short type codes</h2>
<li><h2>Does not guarantee Java features like equals(), hashCode(), and toString()</h2>
</ul></body>
</html>
|