Interface TreeDataReader.ChildNodeReader

Enclosing interface:
TreeDataReader

public static interface TreeDataReader.ChildNodeReader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onStartNode(String nodeName)
    The implementations must read the full node corresponding to the given name, including the corresponding end node
  • Method Details

    • onStartNode

      void onStartNode(String nodeName)
      The implementations must read the full node corresponding to the given name, including the corresponding end node
      Parameters:
      nodeName - field name of the started node