Class Nokogiri::XML::XPathContext
In: lib/nokogiri/ffi/xml/xpath_context.rb
lib/nokogiri/xml/xpath_context.rb
ext/nokogiri/html_document.c
Parent: Object

Methods

Public Class methods

Create a new XPathContext with node as the reference point.

Public Instance methods

Evaluate the search_path returning an XML::XPath object.

Register namespaces in namespaces

Register the namespace with prefix and uri.

[Validate]