src code

instance method SpahQL#select

SpahQL#select(query) → SpahQL

Runs a selection query relative to all items in this set, and returns the results. For instance:

 select("/foo/foo").select("/foo") // identical to select("/foo/foo/foo")