init(xmlString:)
Returns an NSXMLElement object created from a specified string containing XML markup.
Declaration
init(xmlString string: String) throws
Return Value
The initialized NSXMLElement object or nil if initialization did not succeed.
Discussion
See Also
Initializing NSXMLElement Objects