Class ExtensionUtil


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class ExtensionUtil
    extends java.lang.Object
    Utility methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getLocalName​(java.lang.String qName)
      Extract the local name from the given qualified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtensionUtil

        public ExtensionUtil()
    • Method Detail

      • getLocalName

        public static java.lang.String getLocalName​(java.lang.String qName)
        Extract the local name from the given qualified name.
        Parameters:
        qName - The qualified name.
        Returns:
        The local name.