@IsSPIInterface
public interface ISVRLLocationBeautifierSPI
Modifier and Type | Method and Description |
---|---|
String |
getReplacementText(String sNamespaceURI,
String sLocalName)
Beautify the passed combination.
|
@Nullable String getReplacementText(@Nonnull String sNamespaceURI, @Nonnull String sLocalName)
sNamespaceURI
- Namespace URIsLocalName
- Element local namenull
to indicate that this object does not know how to
handle the namespace. Otherwise the replacement text should be
returned.urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
and Party
. The result may be cac:Party
as
cac is the common namespace prefix for the passed namespace
URI.Copyright © 2014–2015 Philip Helger. All rights reserved.