<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bradley S. Huffman wrote:
<blockquote cite="mid20050830211311.F2091A0631@csa.cs.okstate.edu"
 type="cite">
  <pre wrap="">Victor Toni writes:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I guess these are relicts from the time where JDOM had not the Content 
class as a parent for element, PI, comment, etc.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Nope, it's because a XPath function can return more than nodes in from
document. They can also return a number or a string.
  </pre>
</blockquote>
Correct, but the context should be a node. As I just discovered
Attribute has no common super class with Content nor is it a subclass
of it so this won't work as expected.<br>
<br>
Victor<br>
<br>
</body>
</html>