Lingua

ITemplatesHandler.SystemId Property

Definition

Get the base ID (URI or system ID) from where relative URLs will be resolved.

public string? SystemId { [Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler:Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setSystemId", "(Ljava/lang/String;)V", "GetSetSystemId_Ljava_lang_String_Handler:Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler:Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setSystemId", "(Ljava/lang/String;)V", "GetSetSystemId_Ljava_lang_String_Handler:Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.SystemId : string with get, set

Property Value

The systemID that was set with setSystemId(java.lang.String).

Attributes

Remarks

Get the base ID (URI or system ID) from where relative URLs will be resolved.

Java reference for javax.xml.transform.sax.TemplatesHandler.getSystemId.

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