XPath Model

This project contains an XPath parser and creates an XML model from it. The model can be used to make deeper analyzis, convert or serialize the expression to normalize XPath expressions.

License

License

MIT License
GroupId

GroupId

com.nkutsche
ArtifactId

ArtifactId

xpath-model
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

XPath Model
This project contains an XPath parser and creates an XML model from it. The model can be used to make deeper analyzis, convert or serialize the expression to normalize XPath expressions.
Project URL

Project URL

https://github.com/nkutsche/xpath-model
Source Code Management

Source Code Management

https://github.com/nkutsche/xpath-model

Download xpath-model

How to add to project

<!-- https://jarcasting.com/artifacts/com.nkutsche/xpath-model/ -->
<dependency>
    <groupId>com.nkutsche</groupId>
    <artifactId>xpath-model</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nkutsche/xpath-model/
implementation 'com.nkutsche:xpath-model:1.0.0'
// https://jarcasting.com/artifacts/com.nkutsche/xpath-model/
implementation ("com.nkutsche:xpath-model:1.0.0")
'com.nkutsche:xpath-model:jar:1.0.0'
<dependency org="com.nkutsche" name="xpath-model" rev="1.0.0">
  <artifact name="xpath-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nkutsche', module='xpath-model', version='1.0.0')
)
libraryDependencies += "com.nkutsche" % "xpath-model" % "1.0.0"
[com.nkutsche/xpath-model "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.saxon : Saxon-HE jar 10.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0