Class: Nokogiri::XML::Notation

Inherits:
Struct
  • Object
show all
Defined in:
lib/nokogiri/xml/notation.rb

Overview

Struct representing an XML Schema Notation

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#public_idObject

Returns the value of attribute public_id

Returns:

  • (Object)

    the current value of public_id



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

def public_id
  @public_id
end

#system_idObject

Returns the value of attribute system_id

Returns:

  • (Object)

    the current value of system_id



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

def system_id
  @system_id
end