Class Nokogiri::XML::Attr
In: lib/nokogiri/xml/attr.rb
ext/nokogiri/xml_document_fragment.c
Parent: Node

Attr represents a Attr node in an xml document.

Methods

new   value=  

External Aliases

content -> value
content -> to_s
value= -> content=

Public Class methods

Create a new Attr element on the document with name

Public Instance methods

Set the value for this Attr to content

[Validate]