| Class | Description |
|---|---|
| BooleanExpressionPropertyParser |
Abstract class that parses a query expression property and returns a string
containing the expression.
|
| BooleanPropertyParser |
Parses a
boolean property and returns a BooleanQueryNode. |
| BoostPropertyParser |
Parses a
boost property and returns a Float. |
| ChildPropertyParser |
Parses a
child property and returns a ArrayQueryNode. |
| DescendantPropertyParser |
Parses a
descendant property and returns a ArrayQueryNode. |
| JsonSyntaxParser |
Parser for the SIREN's JSON query syntax
|
| LevelPropertyParser |
Parses a
level property and returns an Integer. |
| NodePropertyParser |
Parses a
node property and returns a NodeQueryNode. |
| OccurPropertyParser |
Parses a
occur property and returns a ModifierQueryNode.Modifier. |
| QueryPropertyParser |
Implementation of
BooleanExpressionPropertyParser for the
property query. |
| RangePropertyParser |
Parses a
range property and returns an array of integers. |
| RootPropertyParser |
Implementation of
BooleanExpressionPropertyParser for the
property root. |
| TwigPropertyParser |
Parses a
twig property and returns a TwigQueryNode. |
Copyright © 2014. All rights reserved.