SAXResult.SystemId Property

Definition

Get the system identifier that was set with setSystemId. -or- Method setSystemId Set the systemID that may be used in association with the org.xml.sax.ContentHandler.

public virtual string? SystemId { [Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler")] get; [Android.Runtime.Register("setSystemId", "(Ljava/lang/String;)V", "GetSetSystemId_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler")>]
[<set: Android.Runtime.Register("setSystemId", "(Ljava/lang/String;)V", "GetSetSystemId_Ljava_lang_String_Handler")>]
member this.SystemId : string with get, set

Property Value

The system identifier that was set with setSystemId, or null if setSystemId was not called.

Implements

Attributes

Remarks

Property getter documentation:

Get the system identifier that was set with setSystemId.

Java documentation for javax.xml.transform.sax.SAXResult.getSystemId().

Property setter documentation:

Method setSystemId Set the systemID that may be used in association with the org.xml.sax.ContentHandler.

Java documentation for javax.xml.transform.sax.SAXResult.setSystemId(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