XmlInput class represents generic XML input to a trasnformation. The actual XML to be transformed can be provided as string URI,
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
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.