Class TextConditionDefinition

All Implemented Interfaces:
Serializable

public class TextConditionDefinition extends TextCompositeDefinition
This text node is used to conditionally include a set of text nodes.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

  • Method Details

    • getCondition

      public ICondition getCondition()
      This method returns the condition that should be evaluated to determine if the child text nodes should be included.
      Returns:
      the condition that should be evaluated to determine if the child text nodes should be included.
    • getType

      public TextNodeType getType()
      Description copied from class: TextNodeBase
      This method returns the type of the text node.
      Specified by:
      getType in class TextNodeBase
      Returns:
      The type of the text node.