115116117118119120121
* * @param selector Children filter * @return a {@link SlingQuery} object transformed by this operation */ public SlingQuery children(String selector) { return functionWithSelector(new ChildrenFunction(), selector); }
105106107108109110111