☰
nokogiri 1.16.8 documentation

Class and Module Index

  • LOCAL_PACKAGE_RESPONSE
  • Nokogiri
    • CLI
    • CSS
      • SyntaxError
      • XPathVisitor
        • BuiltinsConfig
        • DoctypeConfig
    • ClassResolver
    • Decorators
      • Slop
    • EncodingHandler
    • Gumbo
    • HTML
      • Builder
      • Document
      • DocumentFragment
    • HTML4
      • Builder
      • Document
      • DocumentFragment
      • ElementDescription
      • EntityDescription
      • EntityLookup
      • SAX
        • Parser
        • ParserContext
        • PushParser
    • HTML5
      • Builder
      • Document
      • DocumentFragment
      • Node
      • QuirksMode
    • SyntaxError
    • Test
    • XML
      • Attr
      • AttributeDecl
      • Builder
      • CDATA
      • CharacterData
      • Comment
      • DTD
      • Document
      • DocumentFragment
      • Element
      • ElementContent
      • ElementDecl
      • EntityDecl
      • EntityReference
      • Namespace
      • Node
        • SaveOptions
      • NodeSet
      • Notation
      • ParseOptions
      • ProcessingInstruction
      • Reader
      • RelaxNG
      • SAX
        • Document
        • Parser
          • Attribute
        • ParserContext
        • PushParser
      • Schema
      • Searchable
      • SyntaxError
      • Text
      • XPath
        • SyntaxError
      • XPathContext
    • XSLT
      • Stylesheet
  • Object
  • RbConfig
  • XSD
    • XMLParser
      • Nokogiri

Pages

  • LICENSE-DEPENDENCIES
  • LICENSE
  • README
  • depend
  • gumbo-parser
    • CHANGES
    • Makefile
    • THANKS
    • Makefile
    • README
    • char_ref.rl
    • foreign_attrs.gperf
    • svg_attrs.gperf
    • svg_tags.gperf
    • tag_lookup.gperf
  • tokenizer.rex
  • patches
    • 0001-Remove-script-macro-support.patch
    • 0002-Update-entities-to-remove-handling-of-ssi.patch
    • 0009-allow-wildcard-namespaces.patch
    • 0010-update-config.guess-and-config.sub-for-libxml2.patch
    • 0011-rip-out-libxml2-s-libc_single_threaded-support.patch
    • 0019-xpath-Use-separate-static-hash-table-for-standard-fu.patch
    • 0001-update-config.guess-and-config.sub-for-libxslt.patch

Generated by RDoc 6.12.0. Validate

RoRvsWild theme based on Darkfish.

module Nokogiri::HTML4::SAX

Nokogiri provides a SAX parser to process HTML4 which will provide HTML recovery (“autocorrection”) features.

See Nokogiri::HTML4::SAX::Parser for a basic example of using a SAX parser with HTML.

For more information on SAX parsers, see Nokogiri::XML::SAX