Node.DocumentPositionPreceding フィールド

定義

注意事項

Use 'Org.W3c.Dom.INode.DocumentPositionPreceding'. This class will be removed in a future release.

2 番目のノードは参照ノードの前にあります。

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

フィールド値

Value = 2
属性

注釈

2 番目のノードは参照ノードの前にあります。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象