Skip to content

evolvedbinary/xpath2-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPath Parser

Build Status Java 6+ License

This library implements a complete XPath 2 Parser in Java 1.6, using Parboiled.

The parser generates an AST (Abstract Syntax Tree) which you can then use in your own application for whatever you wish. The class XPathUtil shows how the parser can be used. You can also execute XPathUtil as an application if you want to understand the node-tree produced by the parser.

Obtaining

The compiled artifact can be obtained from Maven Central by adding the following to the <dependencies> section of your pom.xml:

<dependency>
    <groupId>com.evolvedbinary.xpath</groupId>
    <artifactId>xpath2-parser</artifactId>
    <version>1.0</version>
</dependency>

If you are a Scala, Groovy or Clojure person then you can still use the artifact from Maven Central with your favourite build tool, however I will assume you know what your doing ;-)

Future Work

  • Provide some tutorials or better documentation
  • Update this to XPath 3.1...

About

A libre parser for XPath 2.0 in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%