element=( element )
public
Sets the element of which this object is an attribute. Normally, this is
not directly called.
Returns this attribute
Show source
def element=( element )
@element = element
if @normalized
Text.check( @normalized, NEEDS_A_SECOND_CHECK, doctype )
end
self
end