1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TreeQL documentation</title>
<style type="text/css">
body {
background: #F2F0F1;
margin-left: 4em;
margin-right: 4em;
margin-top: 2em;
margin-bottom: 2em;
font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<hr>
<h1>TreeQL documentation</h1>
<hr>
<h2>What is Treeql?</h2>
<p>TreeQL is an elegant tree query language inspired by Cost.</p>
<p>There is a <a href="http://mini.net/tcl/treecl">Tcl Wiki Page</a> for discussion of this package.</p>
<p>Current stable implementation: <a href="../../treecl.tar.gz">Download</a></p>
<h2>API Documentation</h2>
<dl>
<!-- one of (DD DT) -->
<dt><a href="treeql.xml">TreeQL Interface</a></dt>
<dd>User level TreeQL interface</dd>
<dt><a href="costq.xml">CostQ Interface</a></dt>
<dd>Cost-alike Query interface built over TreeQL</dd>
<dt><a href="treeql-low.xml">Low Level TreeQL API</a></dt>
<dd>Tree transformers and filters</dd>
<dt><a href="treeapi.xml">Tree API</a></dt>
<dd>API required of an underlying tree</dd>
<dt><a href="treeql-int.xml">Internal TreeQL API</a></dt>
</dl>
<hr>
<address><a href="mailto:colin at sharedtech dot dyndns dot org">Colin McCormack</a></address>
<!-- Created: Fri Aug 13 17:32:51 EST 2004 -->
<!-- hhmts start -->
Last modified: Thu Sep 30 13:39:21 EST 2004
<!-- hhmts end -->
</body>
</html>
|