XmlDsigC14NTransform.LoadInnerXml(XmlNodeList) Method

Definition

Parses the specified XmlNodeList object as transform-specific content of a <Transform> element; this method is not supported because this element has no inner XML elements.

public:
 override void LoadInnerXml(System::Xml::XmlNodeList ^ nodeList);
public override void LoadInnerXml (System.Xml.XmlNodeList nodeList);
override this.LoadInnerXml : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadInnerXml (nodeList As XmlNodeList)

Parameters

nodeList
XmlNodeList

An XmlNodeList object to load into the current XmlDsigC14NTransform object.

Remarks

This method is not supported because the XmlDsigC14NTransform object has no inner XML elements.

Applies to