CNXMLTextNode Class Reference

XML Text node. More...

#import <CNXMLTextNode.h>

Inheritance diagram for CNXMLTextNode:

CNXMLNode < CNDebugging > CNXMLObject < CNDebugging > < CNDebugging > List of all members.

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.

Detailed Description

XML Text node.


Member Function Documentation

- (id) initWithText: (NSString *)  text  

Initialize text node.

Parameters:
text Content of text node

Implements CNXMLNode.

- (id) initWithLibXMLNode: (CNLibXMLNodeRef node  

Initialize with libxml text node.

Parameters:
node Source libxml text node

Implements CNXMLNode.

- (BOOL) isBlank  

Check the node contains only blank text.

Return values:
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.

Returns:
Casted object
Parameters:
src Source object

Implements CNXMLNode.


The documentation for this class was generated from the following file:
Generated on Sun Jul 8 22:00:53 2007 for Coconut Framework by  doxygen 1.5.2