XmlUtilsProcessRequiredElement Method |
Processes a required child element by executing the specified action.
Throws an exception if the child element is not available.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static void ProcessRequiredElement(
XmlElement xeElement,
string name,
Action<XmlElement> dAction
)
Parameters
- xeElement
- Type: System.XmlXmlElement
The parent element. - name
- Type: SystemString
The name of the required child element. - dAction
- Type: SystemActionXmlElement
The action to be executed on the child element.
See Also