Javax.Xml.Transform.Stream.StreamSource.PublicId Property
Get the public identifier that was set with setPublicId.

Syntax

[get: Android.Runtime.Register("getPublicId", "()Ljava/lang/String;", "GetGetPublicIdHandler")]
[set: Android.Runtime.Register("setPublicId", "(Ljava/lang/String;)V", "GetSetPublicId_Ljava_lang_String_Handler")]
public virtual string PublicId { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the public identifier that was set with setPublicId.

Set method documentation [Android Documentation]

Set the public identifier for this Source.

The public identifier is always optional: if the application writer includes one, it will be provided as part of the location information.

Requirements

Namespace: Javax.Xml.Transform.Stream
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8