Interface ISource
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/Source.html
public interface ISource
Properties
SystemId
https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/Source.html#getSystemId-- https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/Source.html#setSystemId-java.lang.String-
String SystemId { get; set; }