Uses of Interface
com.helger.schematron.svrl.ISVRLLocationBeautifier
Packages that use ISVRLLocationBeautifier
-
Uses of ISVRLLocationBeautifier in com.helger.schematron.svrl
Subinterfaces of ISVRLLocationBeautifier in com.helger.schematron.svrlModifier and TypeInterfaceDescriptioninterfaceImplement this SPI interface to beautify SVRL error messages by replacing namespaceURLs with common prefixes.Methods in com.helger.schematron.svrl with parameters of type ISVRLLocationBeautifierModifier and TypeMethodDescriptionstatic StringSVRLHelper.getBeautifiedLocation(String sLocation, ISVRLLocationBeautifier aLocationBeautifier) Convert an "unsexy" location string in the for, of*:xx[namespace-uri()='yy']to something more readable likeprefix:xxby using the mapping registered in theSVRLLocationBeautifierRegistry.