PhoenixmlDb.XQuery

INodeProvider

Provides node resolution for the XQuery execution engine. Implementations can load nodes from storage, in-memory documents, or any other source.

#INodeProvider

Namespace: PhoenixmlDb.XQuery

Provides node resolution for the XQuery execution engine. Implementations can load nodes from storage, in-memory documents, or any other source.

#Methods

#GetNode(PhoenixmlDb.Core.NodeId)

Loads a node by its identifier.

Parameters:

  • nodeId — The identifier of the node to load.

Returns: The node, or null if not found.