module Nokogiri::LibXML

def xmlXPathReturnTrue(ctx)

def xmlXPathReturnTrue(ctx)
  valuePush(ctx, xmlXPathNewBoolean(1))
end