Method
resolveObject(_:)
Resolve XPath to object directly (convenience method)
func resolveObject(_ path: String) async -> (any EObject)?
Parameters
path-
XPath expression
Return Value
The resolved EObject, or nil if not found
Method
Resolve XPath to object directly (convenience method)
func resolveObject(_ path: String) async -> (any EObject)?
pathXPath expression
The resolved EObject, or nil if not found