Enumeration 列挙

NSXMLNodeOptions

These constants are input and output options for all NSXMLNode objects (unless otherwise indicated), including NSXMLDocument objects. You can specify these options in the NSXMLNode methods initWithKind:options: and XMLStringWithOptions:. これらの定数は、全てのNSXMLNodeオブジェクトに対する入力および出力オプションです(特に断りのない限り)、NSXMLDocumentオブジェクトを含めて。あなたは、3つのオプションをNSXMLNodeのメソッドinitWithKind:options:XMLStringWithOptions:において指定できます。

Declaration 宣言

typedef enum NSXMLNodeOptions : NSUInteger {
    ...
} NSXMLNodeOptions;

Overview 概要

The options with “Preserve” in their names are applicable only when external sources of XML are parsed; they have no effect on node objects that are programmatically created. Other options are used in initialization and output methods of NSXMLDocument; see the NSXMLDocument reference documentation for details. それらの名前に “Preserve(保全)” を持つオプションは、XMLの外部ソースが構文解析される時のみ適用可能です;それらはプログラム的に作成されたノードオブジェクトに影響しません。他のオプションは、NSXMLDocumentの初期化および出力メソッドで使われます;NSXMLDocument参照文書を詳細として見てください。

Topics 話題

Constants 定数