Class Hpricot::Text
In: lib/hpricot/text.rb
lib/hpricot/modules.rb
Parent: Object

Methods

concat   empty?   initialize   new   strip   to_s  

Included Modules

Leaf Trav

Classes and Modules

Module Hpricot::Text::Trav

Attributes

normalized_rcdata  [R] 
rcdata  [R] 

Public Class methods

Hpricot::Text.concat returns a text which is concatenation of arguments.

An argument should be one of follows.

Public Instance methods

Hpricot::Text#to_s converts the text to a string.

  • character references are decoded as much as possible.
  • undecodable character reference are converted to `?’ character.

Protected Instance methods

[Validate]