Class CmsNewResourceTypeDialog.XMLPath

    • Constructor Summary

      Constructors 
      Constructor Description
      XMLPath()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String num​(int i)
      Adds the count to the path, e.g., "Title" + num(2) results in "Title[2]".
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • num

        public static java.lang.String num​(int i)
        Adds the count to the path, e.g., "Title" + num(2) results in "Title[2]".
        Parameters:
        i - the count to add to the XPath
        Returns:
        the argument wrapped in square brackets.