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



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

def localname
  @localname
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



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

def uri
  @uri
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end