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.

The following tables list the members exposed by XmlInput.

Public Constructors

  Name Description
Public method XmlInput Overloaded. Creates new XmlInput object for an XML document provided as an XmlReader. Also registers an XmlResolver to be used for resolving external references in the XML document and document() function.
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

See Also