XsltProcessor.TransformToDocument(IXmlNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes a node and its children and returns the resulting XmlDocument.
public:
virtual XmlDocument ^ TransformToDocument(IXmlNode ^ inputNode) = TransformToDocument;
XmlDocument TransformToDocument(IXmlNode const& inputNode);
public XmlDocument TransformToDocument(IXmlNode inputNode);
function transformToDocument(inputNode)
Public Function TransformToDocument (inputNode As IXmlNode) As XmlDocument
Parameters
- inputNode
- IXmlNode
The node to process.
Returns
The resulting transformation.