Documentation Language: Swift

Method

resolve(_:)

Resolve an XPath expression to an object ID

func resolve(_ path: String) async -> EUUID?

Parameters

path

XPath expression (e.g., “#//@members.0”)

Return Value

The EUUID of the target object, or nil if not found

Discussion

Parses the XPath expression and navigates the containment hierarchy to locate the target object.