Class: Nokogiri::XML::SAX::Parser::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Nokogiri::XML::SAX::Parser::Attribute
- Defined in:
- lib/nokogiri/xml/sax/parser.rb
Overview
Structure used for marshalling attributes for some callbacks in XML::SAX::Document.
Instance Attribute Summary collapse
-
#localname ⇒ Object
Returns the value of attribute localname.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#localname ⇒ Object
Returns the value of attribute localname
43 44 45 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 43 def localname @localname end |
#prefix ⇒ Object
Returns the value of attribute prefix
43 44 45 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 43 def prefix @prefix end |
#uri ⇒ Object
Returns the value of attribute uri
43 44 45 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 43 def uri @uri end |
#value ⇒ Object
Returns the value of attribute value
43 44 45 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 43 def value @value end |