Tag Loop Expression Tokens

CodeGen

Tag Loop Expression Tokens

 

Tag loop expressions are expressions that can only be used within the context of a tag loop. CodeGen supports tag loop expressions via the <IF expression> and </IF [expression]> tags. Note that loop utility expressions can also be used within tag loops.

Expression

Description

<IF COMPARISON_EQ>

The tag includes an equal to comparison.

<IF COMPARISON_GE>

The tag includes a greater than or equal to comparison.

<IF COMPARISON_GT>

The tag includes a greater than comparison.

<IF COMPARISON_LE>

The tag includes a less than or equal to comparison.

<IF COMPARISON_LT>

The tag includes a less than comparison.

<IF COMPARISON_NE>

The tag includes a not equal to comparison.

<IF COMPARISON_NOT_EQ>

The tag does not include an equal to comparison.

<IF COMPARISON_NOT_GE>

The tag does not include a greater than or equal to comparison.

<IF COMPARISON_NOT_GT>

The tag does not include a greater than comparison.

<IF COMPARISON_NOT_LE>

The tag does not include a less than or equal to comparison.

<IF COMPARISON_NOT_LT>

The tag does not include a less than comparison.

<IF COMPARISON_NOT_NE>

The tag does not include a not equal to comparison.

<IF CONNECTOR_NONE>

The tag is not linked to a previous tag because it is the first or only tag.

<IF CONNECTOR_AND>

The tag is linked to a previous tag with an AND operator.

<IF CONNECTOR_OR>

The tag is linked to a previous tag with an OR operator.

<IF CONNECTOR_NOT_NONE>

The tag is linked to a previous tag with an AND or an OR operator.

<IF CONNECTOR_NOT_AND>

The tag is not linked to a previous tag with an AND operator.

<IF CONNECTOR_NOT_OR>

The tag is not linked to a previous tag with an OR operator.

<IF MULTIPLE_TAGS>

The structure being processed has multiple tags.

<IF SINGLE_TAG>

The structure being processed has a single tag.

 

 


Copyright © 2012  Synergex International, Inc.