Click or drag to resize

CAEXDocumentAMLSchemaManager(XElement) Method

Gets the schema manager for the CAEX document which contains the provided XML node.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static AMLSchemaManager AMLSchemaManager(
	XElement node
)

Parameters

node  XElement
The XML node.

Return Value

AMLSchemaManager
The AML schema manager.
See Also