DTHTMLParserTextNode Class Reference
| Inherits from | DTHTMLParserNode : NSObject |
| Declared in | DTHTMLParserTextNode.h |
Instance Methods
initWithCharacters:
Designated initializer with the characters that make up the text.
- (id)initWithCharacters:(NSString *)charactersParameters
- characters
The characters of the string
Return Value
The initialized text node
Declared In
DTHTMLParserTextNode.h