- f
- Must a non-null File reference.
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().