Class HTree::Text
In: htree/modules.rb
htree/text.rb
Parent: Object

Methods

concat   empty?   initialize   new   strip   to_s  

Included Modules

Leaf Trav

Classes and Modules

Module HTree::Text::Trav
Class HTree::Text::Loc

Attributes

normalized_rcdata  [R] 
rcdata  [R] 

Public Class methods

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

An argument should be one of follows.

Public Instance methods

HTree::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]