Javax.Xml.Transform.Dom.DOMResult.SystemId Property

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the System Identifier.

If no System ID was set via DOMResult(Org.W3c.Dom.INode, System.String), DOMResult(Org.W3c.Dom.INode, Org.W3c.Dom.INode, Org.W3c.Dom.INode) or DOMResult.SystemId, then null will be returned.

Set method documentation [Android Documentation]

Set the systemId that may be used in association with the node.

Requirements

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