Click or drag to resize

linkprocessNode Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Processes the node.

Namespace:  imbCommonModels.structure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void processNode(
	XPathNavigator __nav,
	linkProcessFlags __flags = linkProcessFlags.standard
)

Parameters

__nav
Type: System.Xml.XPathXPathNavigator
The nav.
__flags (Optional)
Type: imbCommonModels.structurelinkProcessFlags
The flags.
See Also