Sha256: ab092b4dc1d13e52841c155ce83fb88f2ab76ba88f4c0f469f36b9de047164ec
Contents?: true
Size: 702 Bytes
Versions: 50
Compression:
Stored size: 702 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, :external_id, :string, :system_id, :string ) include CommonNode end end end
Version data entries
50 entries across 50 versions & 9 rubygems