Initializer
init(xmlString:)
Returns an NSXMLElement
object created from a specified string containing XML markup.
あるNSXMLElement
オブジェクトを返します、XMLマークアップを含んでいるある指定された文字列から作成されます。
Declaration
宣言
init(xmlString string: String
) throws
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
、もし初期化がうまくいかなかったならば。
See Also
参照
Initializing NSXMLElement Objects
NSXMLElementオブジェクトを初期化する
init(name: String)
Returns an NSXMLElement
object initialized with the specified name.
あるNSXMLElement
オブジェクトを返します、指定された名前で初期化されます。
init(name: String, stringValue: String?)
Returns an NSXMLElement
object initialized with a specified name and a single text-node child containing a specified value.
あるNSXMLElement
オブジェクトを返します、指定された名前と単一のテキストノード子で指定値を含むもので初期化されます。