Class: Nokogiri::LibXML::XmlXpathContext

Inherits:
FFI::ManagedStruct
  • Object
show all
Includes:
XmlXpathContextMixin
Defined in:
lib/nokogiri/ffi/structs/xml_xpath_context.rb

Overview

:nodoc:

Class Method Summary collapse

Methods included from XmlXpathContextMixin

#document, included, #node

Class Method Details

.release(ptr) ⇒ Object



28
29
30
# File 'lib/nokogiri/ffi/structs/xml_xpath_context.rb', line 28

def self.release ptr
  LibXML.xmlXPathFreeContext(ptr)
end