☰
nokogiri 1.18.8 documentation

Class and Module Index

  • LOCAL_PACKAGE_RESPONSE
  • Nokogiri
    • CLI
    • CSS
    • 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

Generated by RDoc 6.12.0. Validate

RoRvsWild theme based on Darkfish.

class Nokogiri::XML::Notation

Struct representing an XML Schema Notation

Attributes

name [RW]

The name for the element.

public_id [RW]

The URI corresponding to the public identifier

system_id [RW]

The URI corresponding to the system identifier

Ancestors

  • Struct.new(:name, :public_id, :system_id)