AttributesImpl Constructors

Definition

Overloads

AttributesImpl()

Construct a new, empty AttributesImpl object.

AttributesImpl(IAttributes)

Copy an existing Attributes object.

AttributesImpl(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

AttributesImpl()

Construct a new, empty AttributesImpl object.

[Android.Runtime.Register(".ctor", "()V", "")]
public AttributesImpl ();
Attributes

Remarks

Construct a new, empty AttributesImpl object.

Java documentation for org.xml.sax.helpers.AttributesImpl.AttributesImpl().

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

AttributesImpl(IAttributes)

Copy an existing Attributes object.

[Android.Runtime.Register(".ctor", "(Lorg/xml/sax/Attributes;)V", "")]
public AttributesImpl (Org.Xml.Sax.IAttributes? atts);
[<Android.Runtime.Register(".ctor", "(Lorg/xml/sax/Attributes;)V", "")>]
new Org.Xml.Sax.Helpers.AttributesImpl : Org.Xml.Sax.IAttributes -> Org.Xml.Sax.Helpers.AttributesImpl

Parameters

atts
IAttributes

The existing Attributes object.

Attributes

Remarks

Copy an existing Attributes object.

This constructor is especially useful inside a org.xml.sax.ContentHandler#startElement startElement event.

Java documentation for org.xml.sax.helpers.AttributesImpl.AttributesImpl(org.xml.sax.Attributes).

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

AttributesImpl(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected AttributesImpl (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Xml.Sax.Helpers.AttributesImpl : nativeint * Android.Runtime.JniHandleOwnership -> Org.Xml.Sax.Helpers.AttributesImpl

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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