Interface NodeVisitable

All Known Implementing Classes:
AbstractNode, FragmentNode, OccurencesNode, RecordNode, ZapNode

public interface NodeVisitable
The node visitor provider part
Author:
Guillaume CHAUVET
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Consume a visitor
  • Method Details

    • accept

      void accept(NodeVisitor visitor)
      Consume a visitor
      Parameters:
      visitor - an instance