SYNOPSIS

    n/a

DESCRIPTION

All the \s-1CQL\s0 node classes inherit from CQL::Node. CQL::Node essentially gurantees that its children implements some methods.

\fItoCQL()\fP

\fItoXCQL()\fP

\fItoSwish()\fP

\fItoLucene()\fP

\fIclone()\fP

Creates a copy of a node, and it's children. Useful if you want to modify the tree but keep a copy of the original.