Class CmsNewResourceTypeDialog.XMLPath

java.lang.Object
org.opencms.ui.apps.resourcetypes.CmsNewResourceTypeDialog.XMLPath
Enclosing class:
CmsNewResourceTypeDialog

public static class CmsNewResourceTypeDialog.XMLPath extends Object
XPath elements.
  • Constructor Details

  • Method Details

    • num

      public static 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.