Module Nokogiri::HTML
In: lib/nokogiri/html.rb
lib/nokogiri/html/builder.rb
lib/nokogiri/html/entity_lookup.rb
lib/nokogiri/html/document.rb
lib/nokogiri/html/sax/parser.rb
ext/nokogiri/html_document.c

I srsly hate windows. it doesn‘t have vasprintf. Thank you Geoffroy Couprie for this implementation of vasprintf!

Methods

fragment   parse  

Classes and Modules

Module Nokogiri::HTML::SAX
Class Nokogiri::HTML::Builder
Class Nokogiri::HTML::Document
Class Nokogiri::HTML::EntityDescription
Class Nokogiri::HTML::EntityLookup

Constants

PARSE_NOERROR = 1 << 5   Parser options
PARSE_NOWARNING = 1 << 6
PARSE_PEDANTIC = 1 << 7
PARSE_NOBLANKS = 1 << 8
PARSE_NONET = 1 << 11
NamedCharacters = EntityLookup.new

Public Class methods

Parse a fragment from string in to a NodeSet.

[Validate]