Uses of Class
org.terracotta.context.query.QueryBuilder

Packages that use QueryBuilder
org.terracotta.context.query   
 

Uses of QueryBuilder in org.terracotta.context.query
 

Methods in org.terracotta.context.query that return QueryBuilder
 QueryBuilder QueryBuilder.chain(Query query)
          Applies the given query on the currently selected node set.
 QueryBuilder QueryBuilder.children()
          Selects the union of the current node sets child nodes.
 QueryBuilder QueryBuilder.descendants()
          Selects the merged descendant set of the current node set.
 QueryBuilder QueryBuilder.empty()
          Selects an empty node set.
 QueryBuilder QueryBuilder.ensureUnique()
          Asserts that the current node set is a singleton.
 QueryBuilder QueryBuilder.filter(Matcher<? super TreeNode> filter)
          Filters the current node set using the supplied Matcher.
 QueryBuilder QueryBuilder.parent()
          Selects the parent of the current node.
static QueryBuilder QueryBuilder.queryBuilder()
          Creates a new query builder instance.
 



Copyright © 2015. All Rights Reserved.