Interface XSLTVisitable

    • Method Detail

      • callVisitors

        void callVisitors​(XSLTVisitor visitor)
        This will traverse the heararchy, calling the visitor for each member. If the called visitor method returns false, the subtree should not be called.
        Parameters:
        visitor - The visitor whose appropriate method will be called.