1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled</title>
</head>
<body>
<h2><a name="label-0" id="label-0">BDB::XML::Results</a></h2><!-- RDLabel: "BDB::XML::Results" -->
<p>The results of a query are a collection of values. The values could
be either String, Float, true, false, BDB::XML::Documents or BDB::XML::Nodes</p>
<h3><a name="label-1" id="label-1">Methods</a></h3><!-- RDLabel: "Methods" -->
<dl>
<dt><a name="label-2" id="label-2"><code>each {|<var>val</var>| ... }</code></a></dt><!-- RDLabel: "each" -->
<dd>
Iterate on each values</dd>
</dl>
</body>
</html>
|