-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
transformFunctionQuery
and its first usage xpath 2.0's reverse()
XPath 2.0 introduces a number of functions that returns a node-set for a given input node-set. That's different from XPath 1.0 functions. Introduce `transformFunctionQuery` which performs a mapping/transform on a given node-set input (NodeNavigator) and returns a new node-set. And coming with it is the first application `reverse()`. Plus unit test coverage. For more details, check out the discussion in #45.
- Loading branch information
1 parent
4966611
commit a098872
Showing
4 changed files
with
83 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters