Attributes |
Name | Required | Request-time | Type | Description |
ifexists | false | true | java.lang.String | A synonym for the attribute ifexistsone . |
ifexistsone | false | true | java.lang.String | Given a comma separated list of node names, it is checked if those nodes exist in the XML content. The condition evaluates to true if at least one node exists. |
ifexistsall | false | true | java.lang.String | Given a comma separated list of node names, it is checked if those nodes exist in the XML content. The condition evaluates to true if all nodes exists. |
ifexistsnone | false | true | java.lang.String | Given a comma separated list of node names, it is checked if those nodes exist in the XML content. The condition evaluates to true if none of the nodes exist. |
locale | false | true | java.lang.String | The locale used to select the language version of the XML content that is checked. Default: The locale set in the request context. |