Inherits from DTHTMLElement : DTHTMLParserNode : NSObject
Declared in DTTextHTMLElement.h

Overview

Specialized subclass of DTHTMLElement that deals with text. It represents a text node. The text inside a DTHTMLElement can consist of any number of such text nodes.

Tasks

Properties

text

The text content of the element.

@property (nonatomic, strong) NSString *text

Declared In

DTTextHTMLElement.h