Returns an NSXMLNode object representing a text node with specified content.
Original signature is '+ (id)textWithStringValue:(NSString *)value'
Available in Mac OS X v10.4 and later.


- value (NSString)
- A string that is the textual content of the node.

An NSXMLNode object of kind NSXMLTextKind initialized with the textual value or nil if the object couldn't be created.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)