- initWithName:
Returns an
NSXMLElement
object initialized with the specified name.
あるNSXMLElement
オブジェクトを返します、指定された名前で初期化されます。
- initWithXMLString:error:
Returns an
NSXMLElement
object created from a specified string containing XML markup.
あるNSXMLElement
オブジェクトを返します、XMLマークアップを含んでいるある指定された文字列から作成されます。
- initWithName:URI:
Returns an
NSXMLElement
object initialized with the specified name and URI.
あるNSXMLElement
オブジェクトを返します、指定された名前とURIで初期化されます。