Javax.Xml.Transform.Stream.StreamResult.SetSystemId Method

Syntax

[Android.Runtime.Register("setSystemId", "(Ljava/io/File;)V", "GetSetSystemId_Ljava_io_File_Handler")]
public virtual void SetSystemId (Java.IO.File f)

Parameters

f
Must a non-null File reference.

Remarks

Set the system ID from a File reference.

Note the use of Java.IO.File.ToURI and Java.IO.File.ToURL. toURI() is preferred and used if possible. To allow JAXP 1.3 to run on J2SE 1.3, toURL() is used if a Java.Lang.NoSuchMethodException is thrown by the attempt to use toURI().

[Android Documentation]

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