INode.DocumentPositionContainedBy Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The node is contained by the reference node.
[Android.Runtime.Register("DOCUMENT_POSITION_CONTAINED_BY")]
public const short DocumentPositionContainedBy = 16;
[<Android.Runtime.Register("DOCUMENT_POSITION_CONTAINED_BY")>]
val mutable DocumentPositionContainedBy : int16
Field Value
Value = 16- Attributes
Remarks
The node is contained by the reference node. A node which is contained is always following, too.
Java documentation for org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINED_BY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.