Instance Method インスタンスメソッド

initWithXMLString:error:

Returns an NSXMLElement object created from a specified string containing XML markup. あるNSXMLElementオブジェクトを返します、XMLマークアップを含んでいるある指定された文字列から作成されます。

Declaration 宣言

- (instancetype)initWithXMLString:(NSString *)string 
                            error:(NSError * _Nullable *)error;

Parameters パラメータ

string

A string containing XML markup for an element. ある要素に対するXMLマークアップを含んでいる文字列。

error

On return, an NSError object that describes any errors or warnings resulting from the parsing of the markup. 戻りでは、あるNSErrorオブジェクト、それはマークアップの構文解析の結果のあらゆるエラーまたは警告を記述します。

Return Value 戻り値

The initialized NSXMLElement object or nil if initialization did not succeed. 初期化されたNSXMLElementオブジェクト、またはnil、もし初期化がうまくいかなかったならば。

Discussion 議論

See Also 参照

Initializing NSXMLElement Objects NSXMLElementオブジェクトを初期化する