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
34 35 36 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 34 def localname @localname end |
#prefix ⇒ Object
Returns the value of attribute prefix
34 35 36 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 34 def prefix @prefix end |
#uri ⇒ Object
Returns the value of attribute uri
34 35 36 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 34 def uri @uri end |
#value ⇒ Object
Returns the value of attribute value
34 35 36 |
# File 'lib/nokogiri/xml/sax/parser.rb', line 34 def value @value end |