Class NamespaceHelper


  • public class NamespaceHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NamespaceHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getNamePart​(java.lang.String namespaceQualifiedName)
      Gets the the name part of a fully qualified name.
      static java.lang.String getUriPart​(java.lang.String namespaceQualifiedName)
      Gets the the namespace part of a fully qualified name.
      • Methods inherited from class java.lang.Object

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

      • NamespaceHelper

        public NamespaceHelper()
    • Method Detail

      • getUriPart

        public static java.lang.String getUriPart​(java.lang.String namespaceQualifiedName)
        Gets the the namespace part of a fully qualified name. Returns null if namspaceQualifiedName is not qualified by namespace. Returns null if namspaceQualifiedName is null
        Parameters:
        namespaceQualifiedName - The fully qualified name
        Returns:
        the namespace part
      • getNamePart

        public static java.lang.String getNamePart​(java.lang.String namespaceQualifiedName)
        Gets the the name part of a fully qualified name. Returns null if namspaceQualifiedName is null
        Parameters:
        namespaceQualifiedName - The fully qualified name
        Returns:
        the name part