Inherits from DTHTMLParserNode : NSObject
Declared in DTHTMLParserTextNode.h

Overview

Specialized sub class of DTHTMLParserNode that represents text inside a node

Properties

characters

Returns the receivers character contents

@property (nonatomic, readonly) NSString *characters

Declared In

DTHTMLParserTextNode.h

Instance Methods

initWithCharacters:

Designated initializer with the characters that make up the text.

- (id)initWithCharacters:(NSString *)characters

Parameters

characters

The characters of the string

Return Value

The initialized text node

Declared In

DTHTMLParserTextNode.h