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

Returns:

  • (Object)

    the current value of localname



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

def localname
  @localname
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



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

def uri
  @uri
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end