Class: Nokogiri::LibXML::XmlXpathContext
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- Nokogiri::LibXML::XmlXpathContext
- Includes:
- XmlXpathContextMixin
- Defined in:
- lib/nokogiri/ffi/structs/xml_xpath_context.rb
Overview
:nodoc:
Class Method Summary collapse
Methods included from XmlXpathContextMixin
Class Method Details
.release(ptr) ⇒ Object
27 28 29 |
# File 'lib/nokogiri/ffi/structs/xml_xpath_context.rb', line 27 def self.release ptr LibXML.xmlXPathFreeContext(ptr) end |