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