Module Hpricot::Node
In: lib/haml/html.rb

@see Hpricot

Methods

to_haml  

Attributes

converted_to_haml  [RW]  Whether this node has already been converted to Haml. Only used for text nodes and elements.

@return [Boolean]

Public Instance methods

Returns the Haml representation of the given node.

@param tabs [Fixnum] The indentation level of the resulting Haml. @option options (see Haml::HTML#initialize)

[Validate]