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