nokogiri.rb

Path: lib/nokogiri.rb
Last Update: Sun Aug 14 20:25:32 -0400 2011

Modify the PATH on windows so that the external DLLs will get loaded.

Required files

rbconfig   ffi   nokogiri/ffi/libxml   nokogiri/nokogiri   nokogiri/version   nokogiri/version_warning   nokogiri/syntax_error   nokogiri/xml   nokogiri/xslt   nokogiri/html   nokogiri/decorators/slop   nokogiri/css   nokogiri/html/builder  

Methods

Nokogiri  

Public Instance methods

Parser a document contained in args. Nokogiri will try to guess what type of document you are attempting to parse. For more information, see Nokogiri.parse

To specify the type of document, use Nokogiri.XML or Nokogiri.HTML.

[Validate]