nokogumbo:Gumbo HTML5解析器的Nokogiri接口

时间:2024-05-24 14:33:19
【文件属性】:

文件名称:nokogumbo:Gumbo HTML5解析器的Nokogiri接口

文件大小:321KB

文件格式:ZIP

更新时间:2024-05-24 14:33:19

C

Nokogumbo-Gumbo HTML5解析器的Nokogiri接口。 Nokogumbo为Ruby程序提供了调用并以的访问结果的。 用法 require 'nokogumbo' doc = Nokogiri . HTML5 ( string ) 为了解析HTML片段,提供了fragment方法。 require 'nokogumbo' doc = Nokogiri :: HTML5 . fragment ( string ) 由于HTML通常是通过网络获取的,因此还提供了HTTP get的便捷接口: require 'nokogumbo' doc = Nokogiri :: HTML5 . get ( uri ) 解析选项 文档和片段解析方法, Nokogiri.HTML5(html, url = nil, encoding = nil, options = {}) No


【文件预览】:
nokogumbo-master
----Rakefile(1KB)
----.github()
--------workflows()
----test()
--------test_monkey_patch.rb(412B)
--------test_tree-construction.rb(9KB)
--------test_api.rb(6KB)
--------test_serialize.rb(15KB)
--------test_null.rb(4KB)
--------test_encoding.rb(9KB)
--------test_nokogumbo.rb(11KB)
----gumbo-parser()
--------THANKS(595B)
--------test()
--------src()
--------CHANGES.md(3KB)
--------Makefile(3KB)
----nokogumbo.gemspec(1KB)
----Gemfile(492B)
----appveyor.yml(1KB)
----ext()
--------nokogumbo()
----.gitignore(247B)
----CHANGELOG.md(5KB)
----lib()
--------nokogumbo()
--------nokogumbo.rb(917B)
----README.md(12KB)
----scripts()
--------entities.rb(3KB)
--------ci-test.sh(313B)
--------ci-package-test.sh(1KB)
--------fix-dep-order.gemspec(243B)
--------gentoo-test.sh(648B)
----LICENSE.txt(11KB)

网友评论