AttributesImpl Costruttori

Definizione

Overload

Nome Descrizione
AttributesImpl()

Costruire un nuovo oggetto AttributesImpl vuoto.

AttributesImpl(IAttributes)

Copiare un oggetto Attributes esistente.

AttributesImpl(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

AttributesImpl()

Costruire un nuovo oggetto AttributesImpl vuoto.

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

Commenti

Costruire un nuovo oggetto AttributesImpl vuoto.

per org.xml.sax.helpers.AttributesImpl.AttributesImpl().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

AttributesImpl(IAttributes)

Copiare un oggetto Attributes esistente.

[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

Parametri

atts
IAttributes

Oggetto Attributes esistente.

Attributi

Commenti

Copiare un oggetto Attributes esistente.

Questo costruttore è particolarmente utile all'interno di un org.xml.sax.ContentHandler#startElement startElement evento.

per org.xml.sax.helpers.AttributesImpl.AttributesImpl(org.xml.sax.Attributes).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

AttributesImpl(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a