Supply the instance document to be validated in the form of an XdmNode
Supply the instance document to be validated in the form of an XdmNode
public void SetSource(XdmNode);
Supply the instance document to be validated in the form of a Stream
public void SetSource(Stream,Uri);
Supply the instance document to be validated in the form of a Uri reference
public void SetSource(Uri);
Supply the instance document to be validated, in the form of an XmlReader.
public void SetSource(XmlReader);