| Package | Description |
|---|---|
| com.helger.schematron.svrl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISVRLLocationBeautifierSPI
Implement this SPI interface to beautify SVRL error messages by replacing
namespaceURLs with common prefixes.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SVRLHelper.getBeautifiedLocation(String sLocation,
ISVRLLocationBeautifier aLocationBeautifier)
Convert an "unsexy" location string in the for, of
*:xx[namespace-uri()='yy'] to something more readable like
prefix:xx by using the mapping registered in the
SVRLLocationBeautifierRegistry. |
static String |
SVRLHelper.getBeautifiedLocation(String sLocation,
ISVRLLocationBeautifier aLocationBeautifier)
Convert an "unsexy" location string in the for, of
*:xx[namespace-uri()='yy'] to something more readable like
prefix:xx by using the mapping registered in the
SVRLLocationBeautifierRegistry. |
Copyright © 2014–2021 Philip Helger. All rights reserved.