Sha256: 1c9291a3fb97db099da5d4fb4b963328cef1e9c9c496afe5e4677132adb73038
Contents?: true
Size: 636 Bytes
Versions: 19
Compression:
Stored size: 636 Bytes
Contents
module Nokogiri module LibXML # :nodoc: class XmlDtd < FFI::Struct # :nodoc: layout( :_private, :long, # actually a pointer we're casting as an integer :type, :int, :name, :string, :children, :pointer, :last, :pointer, :parent, :pointer, :next, :pointer, :prev, :pointer, :doc, :pointer, :notations, :pointer, :elements, :pointer, :attributes, :pointer, :entities, :pointer ) include CommonNode end end end
Version data entries
19 entries across 19 versions & 2 rubygems