eu.peppol.validation.commons.schematron.svrl
Class SVRLLocationBeautifierRegistry

java.lang.Object
  extended by eu.peppol.validation.commons.schematron.svrl.SVRLLocationBeautifierRegistry

public final class SVRLLocationBeautifierRegistry
extends Object

A central registry for all ISVRLLocationBeautifierSPI instances.

Author:
PEPPOL.AT, BRZ, Philip Helger

Method Summary
static String getBeautifiedLocation(String sNamespaceURI, String sLocalName)
          Get the beautified location for the given namespace and local name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 URI
sLocalName - The element local name
Returns:
null if no beautification is available


Copyright © 2011 PEPPOL project. All Rights Reserved.