DTHTMLParserNode Class Reference
| Inherits from | NSObject |
| Declared in | DTHTMLParserNode.h |
Tasks
-
– initWithName:attributes: -
nameproperty -
attributesproperty -
parentNodeproperty -
childNodesproperty -
– addChildNode: -
– removeChildNode: -
– removeAllChildNodes -
– debugDescription -
– text
Properties
attributes
The attributes of the receiver.
@property (nonatomic, copy) NSDictionary *attributesDeclared In
DTHTMLParserNode.hchildNodes
The child nodes of the receiver
@property (nonatomic, readonly) NSArray *childNodesDeclared In
DTHTMLParserNode.hInstance Methods
addChildNode:
Adds a child node to the receiver.
- (void)addChildNode:(DTHTMLParserNode *)childNodeParameters
- childNode
The child node to be appended to the list of children
Declared In
DTHTMLParserNode.hdebugDescription
Hierarchy representation of the receiver including all attributes and children
- (NSString *)debugDescriptionDeclared In
DTHTMLParserNode.hinitWithName:attributes:
Designated initializer
- (id)initWithName:(NSString *)name attributes:(NSDictionary *)attributesReturn Value
An initialized parser node.
Declared In
DTHTMLParserNode.hremoveAllChildNodes
Removes all child nodes from the receiver
- (void)removeAllChildNodesDeclared In
DTHTMLParserNode.h