StreamSource.SetSystemId(File) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the system ID from a File reference.
[Android.Runtime.Register("setSystemId", "(Ljava/io/File;)V", "GetSetSystemId_Ljava_io_File_Handler")]
public virtual void SetSystemId (Java.IO.File? f);
[<Android.Runtime.Register("setSystemId", "(Ljava/io/File;)V", "GetSetSystemId_Ljava_io_File_Handler")>]
abstract member SetSystemId : Java.IO.File -> unit
override this.SetSystemId : Java.IO.File -> unit
Parameters
- f
- File
Must a non-null File reference.
- Attributes
Remarks
Set the system ID from a File reference.
Java documentation for javax.xml.transform.stream.StreamSource.setSystemId(java.io.File)
.
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.