Class: Nokogiri::XML::Notation
- Inherits:
-
Struct
- Object
- Struct
- Nokogiri::XML::Notation
- Defined in:
- lib/nokogiri/xml/notation.rb
Overview
Struct representing an XML Schema Notation
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#public_id ⇒ Object
Returns the value of attribute public_id.
-
#system_id ⇒ Object
Returns the value of attribute system_id.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/nokogiri/xml/notation.rb', line 6 def name @name end |
#public_id ⇒ Object
Returns the value of attribute public_id
6 7 8 |
# File 'lib/nokogiri/xml/notation.rb', line 6 def public_id @public_id end |
#system_id ⇒ Object
Returns the value of attribute system_id
6 7 8 |
# File 'lib/nokogiri/xml/notation.rb', line 6 def system_id @system_id end |