123456789_123456789_123456789_123456789_123456789_

Class: Nokogiri::XML::Notation

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • ::Object
Defined in: lib/nokogiri/xml/notation.rb

Overview

Struct representing an {Nokogiri::XML Schema Notation}

Instance Attribute Summary

Instance Attribute Details

#name (rw)

Struct representing an {Nokogiri::XML Schema Notation}

[ GitHub ]

  
# File 'lib/nokogiri/xml/notation.rb', line 6

class Notation < Struct.new(:name, :public_id, :system_id)

#public_id (rw)

Struct representing an {Nokogiri::XML Schema Notation}

[ GitHub ]

  
# File 'lib/nokogiri/xml/notation.rb', line 6

class Notation < Struct.new(:name, :public_id, :system_id)

#system_id (rw)

Struct representing an {Nokogiri::XML Schema Notation}

[ GitHub ]

  
# File 'lib/nokogiri/xml/notation.rb', line 6

class Notation < Struct.new(:name, :public_id, :system_id)