arosien commented on issue #76: URL: https://github.com/apache/daffodil-vscode/issues/76#issuecomment-1721635850
> ProcessorFactory has an sset member that gives access to the SchemaSet object, which has allSchemaFiles. > Each is a DFDLSchemaFile object, which has public member uriString. @mbeckerle one issue with the `sapi.ProcessorFactory` is that it has a much more restricted interface than `core.compiler.ProcessorFactory`. In particular, the `sset` stuff is only available on `core.compiler.ProcessorFactory`. I'm wondering what you would recommend; I'm thinking either the extension uses `core.compiler` directly, or perhaps some interface changes on Daffodil itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
