LocatorImpl.PublicId Property

Definition

Return the saved public identifier. -or- Set the public identifier for this locator.

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

Property Value

The public identifier as a string, or null if none is available.

Attributes

Remarks

Property getter documentation:

Return the saved public identifier.

Java documentation for org.xml.sax.helpers.LocatorImpl.getPublicId().

Property setter documentation:

Set the public identifier for this locator.

Java documentation for org.xml.sax.helpers.LocatorImpl.setPublicId(java.lang.String).

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

See also