Interface ITextNodeVisitor

All Known Implementing Classes:
TextNodeVisitor

public interface ITextNodeVisitor
This visitor is used during initialization of a text element to add child text nodes to a text node.
Since:
6.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addNode(ITextNodeDS datasource)
    This method should be invoked to add a child text node to the current text node.
  • Method Details

    • addNode

      void addNode(ITextNodeDS datasource)
      This method should be invoked to add a child text node to the current text node. The order in which the nodes are added is important, as it defines the order in which the text nodes will be shown/expanded.
      Parameters:
      datasource - The data source providing the information for the child text node.
      Throws:
      InitializationException - this exception is thrown when the node could not be added due to a fatal error.