Package com.helger.schematron.svrl
Class SVRLLocationBeautifierRegistry
java.lang.Object
com.helger.schematron.svrl.SVRLLocationBeautifierRegistry
A central registry for all
ISVRLLocationBeautifierSPI instances.- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetBeautifiedLocation(String sNamespaceURI, String sLocalName) Get the beautified location for the given namespace and local name.
-
Method Details
-
getBeautifiedLocation
@Nullable public static String getBeautifiedLocation(@Nonnull String sNamespaceURI, @Nonnull String sLocalName) Get the beautified location for the given namespace and local name.- Parameters:
sNamespaceURI- The namespace URIsLocalName- The element local name- Returns:
nullif no beautification is available
-