xpathparser

XPath parser and XPath AST API

License

License

GroupId

GroupId

eu.cdevreeze.xpathparser
ArtifactId

ArtifactId

xpathparser_sjs1_2.12
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

xpathparser
XPath parser and XPath AST API
Project URL

Project URL

https://github.com/dvreeze/xpathparser
Project Organization

Project Organization

eu.cdevreeze.xpathparser
Source Code Management

Source Code Management

https://github.com/dvreeze/xpathparser.git

Download xpathparser_sjs1_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/eu.cdevreeze.xpathparser/xpathparser_sjs1_2.12/ -->
<dependency>
    <groupId>eu.cdevreeze.xpathparser</groupId>
    <artifactId>xpathparser_sjs1_2.12</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cdevreeze.xpathparser/xpathparser_sjs1_2.12/
implementation 'eu.cdevreeze.xpathparser:xpathparser_sjs1_2.12:0.6.1'
// https://jarcasting.com/artifacts/eu.cdevreeze.xpathparser/xpathparser_sjs1_2.12/
implementation ("eu.cdevreeze.xpathparser:xpathparser_sjs1_2.12:0.6.1")
'eu.cdevreeze.xpathparser:xpathparser_sjs1_2.12:jar:0.6.1'
<dependency org="eu.cdevreeze.xpathparser" name="xpathparser_sjs1_2.12" rev="0.6.1">
  <artifact name="xpathparser_sjs1_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cdevreeze.xpathparser', module='xpathparser_sjs1_2.12', version='0.6.1')
)
libraryDependencies += "eu.cdevreeze.xpathparser" % "xpathparser_sjs1_2.12" % "0.6.1"
[eu.cdevreeze.xpathparser/xpathparser_sjs1_2.12 "0.6.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
org.scala-js : scalajs-library_2.12 jar 1.0.1
com.lihaoyi : fastparse_sjs1_2.12 jar 2.2.4
org.scala-js : scalajs-dom_sjs1_2.12 jar 1.0.0
com.lihaoyi : pprint_sjs1_2.12 jar 0.5.9

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 1.0.1
org.scalatest : scalatest_sjs1_2.12 jar 3.1.1

Project Modules

There are no modules declared in this project.

XPath Parser

XPath parser, for static analysis of XPath. A use case could be static analysis of XPath expressions in XBRL formula or table linkbases. For example, used custom functions could be found, or syntax errors in XPath could be found at an early stage.

At this point only the AST that results from parsing can be queried. This AST has no knowledge other than the structure of the parsed XPath expression.

This XPath parser makes use of the excellent FastParse library for the generation of the XPath parser.

XPath 3.1 is the supported XPath version.

Versions

Version
0.6.1