#import <CNXMLTextNode.h>
Inheritance diagram for CNXMLTextNode:

Public Member Functions | |
| (id) | - initWithText: |
| Initialize text node. | |
| (id) | - initWithLibXMLNode: |
| Initialize with libxml text node. | |
| (BOOL) | - isBlank |
| Check the node contains only blank text. | |
Static Public Member Functions | |
| (CNXMLTextNode *) | + cast: |
| Cast object to XML text node. | |
| - (id) initWithText: | (NSString *) | text |
| - (id) initWithLibXMLNode: | (CNLibXMLNodeRef) | node |
| - (BOOL) isBlank |
Check the node contains only blank text.
| TRUE | This text node contains only blank text | |
| FALSE | This is not text node or contanins non-blank text |
| + (CNXMLTextNode *) cast: | (CNXMLObject *) | src |
Cast object to XML text node.
| src | Source object |
Implements CNXMLNode.
1.5.2