Instance Method インスタンスメソッド

normalizeAdjacentTextNodesPreservingCDATA:

Coalesces adjacent text nodes of the receiver that you have explicitly added, optionally including CDATA sections. レシーバの近接のテキストノードを結合します、それはあなたが明示的に加えたものです、随意にCDATAセクションを含みます。

Declaration 宣言

- (void)normalizeAdjacentTextNodesPreservingCDATA:(BOOL)preserve;

Parameters パラメータ

preserve

YES if CDATA sections are left alone as text nodes, NO otherwise. YES、もしCDATAセクションがテキストノードのままにされるならば、そうでなければNO

Discussion 議論

A text node with a value of an empty string is removed. When you process an input source of XML, adjacent text nodes are automatically normalized. You should invoke this method (with preserve as NO) before using the NSXMLNode methods objectsForXQuery:constants:error: or nodesForXPath:error:. 空の文字列の値を持つテキストノードは、取り除かれます。あなたがXMLの入力ソースを処理する場合、近隣のテキストノードは自動的に正規化されます。あなたはこのメソッドを発動すべきです(preserveNOで)、NSXMLNodeのメソッドobjectsForXQuery:constants:error:またはnodesForXPath:error:を使う前に。

See Also 参照

Manipulating Child Elements 子要素を操作する