Class: Nokogiri::LibXML::XmlXpathParserContext
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Nokogiri::LibXML::XmlXpathParserContext
- Defined in:
- lib/nokogiri/ffi/structs/xml_xpath_parser_context.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#context ⇒ Object
13 14 15 16 |
# File 'lib/nokogiri/ffi/structs/xml_xpath_parser_context.rb', line 13 def context p = self[:context] LibXML::XmlXpathContextCast.new(p) end |