module XPath2

Overview

XPath2 Shard provide XPath implementation in pure Crystal. Performs the compilation of XPath expression and provides mechanism to select nodes from HTML or other documents using XPath expression

Extended Modules

Defined in:

xpath2.cr
xpath2/build.cr
xpath2/functions.cr
xpath2/operators.cr
xpath2/parse.cr
xpath2/query.cr

Constant Summary

VERSION = "0.1.2"

Class Method Summary

Class Method Detail

def self.compile(expr : String) #

compile compiles an XPath expression string


[View source]