LSParserFilter.FilterAccept Field

Definition

Caution

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

Accept the node.

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

Field Value

Value = 1
Attributes

Remarks

Accept the node.

Java documentation for org.w3c.dom.ls.LSParserFilter.FILTER_ACCEPT.

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.

Applies to