Uses of Class
org.terracotta.context.query.QueryBuilder
Packages that use QueryBuilder
-
Uses of QueryBuilder in org.terracotta.context.query
Methods in org.terracotta.context.query that return QueryBuilderModifier and TypeMethodDescriptionApplies the given query on the currently selected node set.QueryBuilder.children()Selects the union of the current node sets child nodes.QueryBuilder.descendants()Selects the merged descendant set of the current node set.QueryBuilder.empty()Selects an empty node set.QueryBuilder.ensureUnique()Asserts that the current node set is a singleton.Filters the current node set using the suppliedMatcher.QueryBuilder.parent()Selects the parent of the current node.static QueryBuilderQueryBuilder.queryBuilder()Creates a new query builder instance.