Documentation Language: Swift

Method

parse(_:)

Parse an XMI file and return a Resource containing the objects

func parse(_ url: URL) async throws -> Resource

Parameters

url

The URL of the XMI file to parse

Return Value

A Resource containing the parsed objects

Discussion