-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stream Parser Support - pt4 - Adding stream parsing support
See more technical discussion of the implementation in #32. For stream parser, we require caller to give us one requirement XPath: `streamElementXPath` and one optional XPath: `streamElementFilter`. In general, `streamElementXPath` is for "pointing out" what element nodes we want to stream parse in from an XML document, and it should not have any filtering expression on the target element node. `streamElementFilter`, optional, provides caller an advanced option to do further target element filtering on its text or its children's. See README.md and test cases for more detailed usage.
- Loading branch information
Showing
3 changed files
with
339 additions
and
22 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
Oops, something went wrong.