https://github.com/expath/expath-tools-java
Common Java Tools for EXPath Implementations
https://github.com/expath/expath-tools-java
expath
Last synced: 24 days ago
JSON representation
Common Java Tools for EXPath Implementations
- Host: GitHub
- URL: https://github.com/expath/expath-tools-java
- Owner: expath
- License: other
- Created: 2019-05-02T17:10:48.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T08:17:25.000Z (12 months ago)
- Last Synced: 2025-07-19T21:45:06.691Z (7 months ago)
- Topics: expath
- Language: Java
- Size: 957 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXPath Tools Java
[](https://github.com/expath/expath-tools-java/actions/workflows/ci.yml)
[](https://search.maven.org/search?q=g:%22org.expath.tools%22%20AND%20a:%22tools-java%22)
[](https://opensource.org/licenses/MPL-1.0)
XML tools for Java. Independent on any specific processor. The main
focus of this is to assist with writing EXPath implementations in Java.
For now, it is mainly a data model for abstracting XML nodes in Java.
It has been retro-fitted from other existing projects for extension
functions in Java (for Saxon, eXist-db and QuizX). The model is still
ad-hoc now, and its design is not stable (nor good as far as I am
concerned). The goal is to refactor it in successive iterations.