Package com.helger.schematron.svrl
Interface ISVRLLocationBeautifier
- All Known Subinterfaces:
ISVRLLocationBeautifierSPI
public interface ISVRLLocationBeautifier
Interface for simplifying namespace URLs.
- Since:
- 6.0.4
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptiongetReplacementText(String sNamespaceURI, String sLocalName) Beautify the passed combination.
-
Method Details
-
getReplacementText
Beautify the passed combination.- Parameters:
sNamespaceURI- Namespace URIsLocalName- Element local name- Returns:
nullto indicate that this object does not know how to handle the namespace. Otherwise the replacement text should be returned.
Example for UBL: Input parametersurn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2andParty. The result may becac:Partyas cac is the common namespace prefix for the passed namespace URI.
-