Interface Action

  • All Known Implementing Classes:
    NullAction

    public interface Action

    Action represents some default action which should occur when a rule matches a node in the XSLT processing model.

    • Method Detail

      • run

        void run​(Node node)
          throws java.lang.Exception
        Throws:
        java.lang.Exception