-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove XPath20 grammar, and some cleanup and update in README files
- Loading branch information
1 parent
70895ab
commit 7ca4342
Showing
4 changed files
with
4 additions
and
348 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Translating EFX to XPath | ||
|
||
This package contains classes used for translating EFX expressions to XPath. | ||
|
||
* `XPathScriptGenerator`: Implements the `ScriptGenerator` interface for EFX to XPath translation. | ||
* `XPathContextualized`: Used to convert a given absolute XPath to an XPath relative to another absolute XPath. | ||
* `XPathAttributeLocator`: Used to parse an XPath expression and extract any XML attributes it may contain. | ||
* `XPathContextualizer`: Used to convert a given absolute XPath expression to an XPath relative to another absolute XPath. | ||
|
||
_Note: There is one more class that is specific to EFX-to-XPath translation which is not contained in this package: the [`SdkSymbolResolver`](../../eforms/sdk/SdkSymbolResolver.java) class. It is XPath specific because it returns XPaths taken from the eForms SDK._ | ||
_Note: There is one more class that is specific to EFX-to-XPath translation which is not contained in this package: the [`SdkSymbolResolver`](../../eforms/sdk/SdkSymbolResolver.java) class. It is XPath specific because it returns XPaths taken from the eForms SDK._ |