You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method getContent() of a DiagnosticReference returns information about a Schematron diagnostic validation message, but there seem to be no further methods in order to get explicit information (e.g. the diagnostic message in different languages etc.) from the returned data structure?!
The text was updated successfully, but these errors were encountered:
I see your point. Unfortunately that is a default JAXB generated method.
As the diagnostic-reference uses mixed="true" the payload of the object cannot be represented as List<Object>.
What I could do, is to add some sanity methods in SVRLHelper, but you need to let me know what you need exactly, as my primary use case scenario works without diagnostic references....
Ok, I see that there is the method getLang()to get the language (of the message) from a DiagnosticReference. So, that is fine.
It would be good enough for my use case, if we could get the text message from the content structure of the according DiagnosticReference returned by the method getContent().
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The method
getContent()
of aDiagnosticReference
returns information about a Schematron diagnostic validation message, but there seem to be no further methods in order to get explicit information (e.g. the diagnostic message in different languages etc.) from the returned data structure?!The text was updated successfully, but these errors were encountered: