module Nokogiri::LibXML::XmlNodeSetMixin

def self.included(base)

:nodoc:
def self.included(base)
  base.class_eval do
    layout(
      :nodeNr,    :int,
      :nodeMax,   :int,
      :nodeTab,   :pointer
      )
  end
end