Module: Trivet

Defined in:
lib/trivet.rb

Overview

The Trivet module itself doesn’t do much. It holds the version and a few constants that are used in queries. You probably want to start with Trivet::Node to learn about this package.

Defined Under Namespace

Modules: Querier Classes: Childset, Document, Node, TraverseControl

Constant Summary collapse

VERSION =

Version

'1.4'
ALWAYS =

Always recurse in query.

0
UNTIL_MATCH =

Don’t recurse into matched nodes.

1
STOP_ON_FIRST =

Stop entire query when a match is found.

2