Class: Nokogiri::XML::SAX::Parser::Attribute

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

Instance Attribute Summary collapse

Instance Attribute Details

#localnameObject

Returns the value of attribute localname



33
34
35
# File 'lib/nokogiri/xml/sax/parser.rb', line 33

def localname
  @localname
end

#prefixObject

Returns the value of attribute prefix



33
34
35
# File 'lib/nokogiri/xml/sax/parser.rb', line 33

def prefix
  @prefix
end

#uriObject

Returns the value of attribute uri



33
34
35
# File 'lib/nokogiri/xml/sax/parser.rb', line 33

def uri
  @uri
end

#valueObject

Returns the value of attribute value



33
34
35
# File 'lib/nokogiri/xml/sax/parser.rb', line 33

def value
  @value
end