XmlInput class represents generic XML input to a trasnformation. The actual XML to be transformed can be provided as string URI, Stream, TextReader, XmlReader or IXPathNavigable. Optional XmlResolver is used to resolve external references when loading input XML document and URIs in a "document()" function calls during transformation.

Namespace: Mvp.Xml.Common.Xsl
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Class XmlInput
C#
public class XmlInput
C++
ref class XmlInput
J#
public class XmlInput
JScript
public class XmlInput

Inheritance Hierarchy

System.Object
   Mvp.Xml.Common.Xsl.XmlInput

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also