- next() - Method in class org.apache.sling.query.AbstractQuery
-
Return the next sibling for each Resource in the collection.
- next(String) - Method in class org.apache.sling.query.AbstractQuery
-
Return the next sibling for each Resource in the collection and filter it by a selector.
- next(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return the next sibling for each Resource in the collection and filter it by a selector.
- next(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return the next sibling for each Resource in the collection and filter it by a selector.
- next() - Method in class org.apache.sling.query.iterator.AbstractIterator
-
- next() - Method in class org.apache.sling.query.iterator.AdaptToIterator
-
- next() - Method in class org.apache.sling.query.iterator.ArgumentResettingIterator
-
- next() - Method in class org.apache.sling.query.iterator.OptionDecoratingIterator
-
- next() - Method in class org.apache.sling.query.iterator.OptionStrippingIterator
-
- nextAll() - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection.
- nextAll(String) - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection, filtering them by a selector.
- nextAll(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection, filtering them by a selector.
- nextAll(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection, filtering them by a selector.
- NextFunction<T> - Class in org.apache.sling.query.function
-
- NextFunction(TreeProvider<T>) - Constructor for class org.apache.sling.query.function.NextFunction
-
- NextFunction(Predicate<T>, TreeProvider<T>) - Constructor for class org.apache.sling.query.function.NextFunction
-
- nextUntil(String) - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection up to, but not including, Resource
matched by a selector.
- nextUntil(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection up to, but not including, Resource
matched by a selector.
- nextUntil(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all following siblings for each Resource in the collection up to, but not including, Resource
matched by a selector.
- not(String) - Method in class org.apache.sling.query.AbstractQuery
-
Remove elements from the collection.
- not(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Remove elements from the collection.
- not(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Remove elements from the collection.
- NotFunction<T> - Class in org.apache.sling.query.function
-
- NotFunction(IteratorToIteratorFunction<T>) - Constructor for class org.apache.sling.query.function.NotFunction
-
- parent() - Method in class org.apache.sling.query.AbstractQuery
-
Replace each element in the collection with its parent.
- ParentFunction<T> - Class in org.apache.sling.query.function
-
- ParentFunction(TreeProvider<T>) - Constructor for class org.apache.sling.query.function.ParentFunction
-
- ParentPredicate<T> - Class in org.apache.sling.query.predicate
-
- ParentPredicate(TreeProvider<T>) - Constructor for class org.apache.sling.query.predicate.ParentPredicate
-
- parents() - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find its all ancestor.
- parents(String) - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find its all ancestor, filtered by a selector.
- parents(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find its all ancestor, filtered by a selector.
- parents(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find its all ancestor, filtered by a selector.
- ParentsFunction<T> - Class in org.apache.sling.query.function
-
- ParentsFunction(Predicate<T>, TreeProvider<T>) - Constructor for class org.apache.sling.query.function.ParentsFunction
-
- ParentsIterator<T> - Class in org.apache.sling.query.iterator
-
- ParentsIterator(Predicate<T>, T, TreeProvider<T>) - Constructor for class org.apache.sling.query.iterator.ParentsIterator
-
- parentsUntil(String) - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find all of its ancestors until the predicate is met.
- parentsUntil(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find all of its ancestors until the predicate is met.
- parentsUntil(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
For each element in the collection find all of its ancestors until the predicate is met.
- parse(String) - Static method in class org.apache.sling.query.selector.parser.SelectorParser
-
- ParserContext - Class in org.apache.sling.query.selector.parser
-
- ParserContext() - Constructor for class org.apache.sling.query.selector.parser.ParserContext
-
- prev() - Method in class org.apache.sling.query.AbstractQuery
-
Return the previous sibling for each Resource in the collection.
- prev(String) - Method in class org.apache.sling.query.AbstractQuery
-
Return the previous sibling for each Resource in the collection and filter it by a selector.
- prev(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return the previous sibling for each Resource in the collection and filter it by a selector.
- prev(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return the previous sibling for each Resource in the collection and filter it by a selector.
- prevAll() - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection.
- prevAll(String) - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection, filtering them by a selector.
- prevAll(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection, filtering them by a selector.
- prevAll(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection, filtering them by a selector.
- PrevFunction<T> - Class in org.apache.sling.query.function
-
- PrevFunction(TreeProvider<T>) - Constructor for class org.apache.sling.query.function.PrevFunction
-
- PrevFunction(Predicate<T>, TreeProvider<T>) - Constructor for class org.apache.sling.query.function.PrevFunction
-
- prevUntil(String) - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection up to, but not including, Resource
matched by a selector.
- prevUntil(Predicate<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection up to, but not including, Resource
matched by a selector.
- prevUntil(Iterable<T>) - Method in class org.apache.sling.query.AbstractQuery
-
Return all previous siblings for each Resource in the collection up to, but not including, Resource
matched by a selector.
- process(ParserContext, char) - Method in enum org.apache.sling.query.selector.parser.State
-
- valueOf(String) - Static method in enum org.apache.sling.query.api.SearchStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.iterator.SiblingsIterator.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.predicate.SelectorOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.resource.jcr.JcrOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.resource.jcr.query.Formula.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.selector.FunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.selector.HierarchyOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.query.selector.parser.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.sling.query.api.SearchStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.iterator.SiblingsIterator.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.predicate.SelectorOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.resource.jcr.JcrOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.resource.jcr.query.Formula.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.selector.FunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.selector.HierarchyOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sling.query.selector.parser.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.