Class | Description |
---|---|
ArrayQueryNode |
This query node represents a list of elements which do not have an
explicit boolean operator defined.
|
BooleanQueryNode |
This query node represents a list of elements which do have an explicit
boolean operator defined.
|
ChildQueryNode |
This query node represents a child clause for a twig query.
|
DescendantQueryNode |
This query node represents a descendant clause for a twig query and holds
the associated level of the descendant clause.
|
NodeQueryNode |
This query node represents a node query that holds a node boolean expression
and a field.
|
TopLevelQueryNode |
This query node represents the top level of the query.
|
TwigQueryNode |
This query node represents a twig query that holds a root query's node
boolean expression and a list of elements which can be either a
ChildQueryNode or a DescendantQueryNode . |
Copyright © 2014. All rights reserved.