Lingua

RootElement Costruttori

Definizione

Overload

Nome Descrizione
RootElement(String)

Costruisce un nuovo elemento radice con il nome specificato.

RootElement(IntPtr, JniHandleOwnership)

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

RootElement(String, String)

Costruisce un nuovo elemento radice con il nome specificato.

RootElement(String)

Costruisce un nuovo elemento radice con il nome specificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public RootElement(string? localName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Sax.RootElement : string -> Android.Sax.RootElement

Parametri

localName
String

nome locale

Attributi

Commenti

Costruisce un nuovo elemento radice con il nome specificato. Usa una stringa vuota come spazio dei nomi.

per android.sax.RootElement.RootElement(java.lang.String).

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

RootElement(IntPtr, JniHandleOwnership)

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

protected RootElement(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Sax.RootElement : nativeint * Android.Runtime.JniHandleOwnership -> Android.Sax.RootElement

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

RootElement(String, String)

Costruisce un nuovo elemento radice con il nome specificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public RootElement(string? uri, string? localName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Android.Sax.RootElement : string * string -> Android.Sax.RootElement

Parametri

uri
String

spazio dei nomi

localName
String

nome locale

Attributi

Commenti

Costruisce un nuovo elemento radice con il nome specificato.

per android.sax.RootElement.RootElement(java.lang.String, java.lang.String).

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