| Class | Description |
|---|---|
| FunctionSelector<Node> |
Apply a function to the collection of nodes passed as argument of the selector.
|
| GroupedSelector<Node> |
A Group is a complex selector in brackets.
|
| IntersectionSelector<Node> |
Add file description here!
Author: Sebastian Schaffert
|
| PathSelector<Node> |
Traverse a path by following several edges in the RDF graph.
|
| PropertySelector<Node> |
A path definition selecting the value of a property.
|
| RecursivePathSelector<Node> | |
| ReversePropertySelector<Node> |
Perform a reverse navigation step over the property wrapped by this selector
|
| SelfSelector<Node> | |
| StringConstantSelector<Node> |
Add file description here!
Author: Sebastian Schaffert
|
| TestingSelector<Node> |
A node selector that wraps a node test around the selection and delegates the selection to another selector.
|
| UnionSelector<Node> |
Builds the union of two node selectors.
|
| WildcardSelector<Node> |
A property selector that will match with any property
Author: Sebastian Schaffert
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.