次の方法で共有


LSParser.ActionReplaceChildren フィールド

定義

注意事項

Use 'Org.W3c.Dom.LS.ILSParser.ActionReplaceChildren'. This class will be removed in a future release.

コンテキスト ノードのすべての子を解析操作の結果に置き換えます。

[Android.Runtime.Register("ACTION_REPLACE_CHILDREN")]
[System.Obsolete("Use 'Org.W3c.Dom.LS.ILSParser.ActionReplaceChildren'. This class will be removed in a future release.")]
public const short ActionReplaceChildren = 2;
[<Android.Runtime.Register("ACTION_REPLACE_CHILDREN")>]
[<System.Obsolete("Use 'Org.W3c.Dom.LS.ILSParser.ActionReplaceChildren'. This class will be removed in a future release.")>]
val mutable ActionReplaceChildren : int16

フィールド値

Value = 2
属性

注釈

コンテキスト ノードのすべての子を解析操作の結果に置き換えます。 このアクションを機能させるには、コンテキスト ノードが、ElementDocumentまたは DocumentFragmentである必要があります。

org.w3c.dom.ls.LSParser.ACTION_REPLACE_CHILDRENJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象