Structure

XMLNode.Options

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

Declaration 宣言

struct Options, @unchecked Sendable

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 XMLDocument reference documentation for details. それらの名前に “Preserve(保全)” を持つオプションは、XMLの外部ソースが構文解析される時のみ適用可能です;それらはプログラム的に作成されたノードオブジェクトに影響しません。他のオプションは、NSXMLDocumentの初期化および出力メソッドで使われます;XMLDocument参照文書を詳細として見てください。

Topics 話題

Type Properties 型プロパティ

Initializers イニシャライザ

Relationships 関係

Conforms To 次に準拠