- initWithContentsOfURL:options:error:
Initializes and returns an NSXMLDocument object created from the XML or HTML contents of a URL-referenced source
あるNSXMLDocumentオブジェクトを初期化して返します、URL参照されたソースのXMLまたはHTML内容から作成されます。
- initWithXMLString:options:error:
Initializes and returns an
NSXMLDocument
object created from a string containing XML markup text.
あるNSXMLDocument
オブジェクトを初期化して返します、XMLマークアップテキストを含んでいる文字列から作成されます。
+ replacementClassForClass:
Overridden by subclasses to substitute a custom class for an NSXML class that the parser uses to create node instances.
あつらえのクラスを、パーサがノードインスタンスを作成するために使うNSXMLクラスの代わりにするために、サブクラスによってオーバーライドされます。