Interface TagVisitor

    • Method Detail

      • before

        void before()
        Called before the visitor is applied to the DOM tree.
      • after

        void after()
        Called after the visitor is applied to the DOM tree.