Class: Nokogiri::XML::SAX::Parser::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Nokogiri::XML::SAX::Parser::Attribute
- Defined in:
- lib/nokogiri/xml/sax/parser.rb
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
35 36 37 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 35 def localname @localname end |
#prefix ⇒ Object
Returns the value of attribute prefix
35 36 37 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 35 def prefix @prefix end |
#uri ⇒ Object
Returns the value of attribute uri
35 36 37 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 35 def uri @uri end |
#value ⇒ Object
Returns the value of attribute value
35 36 37 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 35 def value @value end |