Class CmsNewResourceTypeDialog.XMLPath
java.lang.Object
org.opencms.ui.apps.resourcetypes.CmsNewResourceTypeDialog.XMLPath
- Enclosing class:
CmsNewResourceTypeDialog
XPath elements.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XMLPath
public XMLPath()
-
-
Method Details
-
num
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.
-