Sha256: c30a9a1f1e62997cf4d3122294e3d79cf7c82595f4e90b290e9a4a631c7717af

Contents?: true

Size: 565 Bytes

Versions: 10

Compression:

Stored size: 565 Bytes

Contents

require_relative './xpath/compiler'

module Saxon
  # Classes for compiling, configuring, and executing XPath queries against
  # XDM nodes or documents
  #
  # Using an XPath involves creating a compiler, compiling an XPath into an
  # executable, and then running that XPath executable against an XDM node.
  #
  # The easiest way to create an XPath::Compiler instance is by using the {Saxon::Processor#xpath_compiler} method.
  #
  # @see Saxon::XPath::Compiler
  # @see Saxon::XPath::Executable
  # @see Saxon::Processor#xpath_compiler
  module XPath
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
saxon-rb-0.8.3-java lib/saxon/xpath.rb
saxon-rb-0.8.2-java lib/saxon/xpath.rb
saxon-rb-0.8.1-java lib/saxon/xpath.rb
saxon-rb-0.8.0-java lib/saxon/xpath.rb
saxon-rb-0.7.3-java lib/saxon/xpath.rb
saxon-rb-0.7.2-java lib/saxon/xpath.rb
saxon-rb-0.7.1-java lib/saxon/xpath.rb
saxon-rb-0.7.0-java lib/saxon/xpath.rb
saxon-rb-0.6.0-java lib/saxon/xpath.rb
saxon-rb-0.5.0-java lib/saxon/xpath.rb