Interface Fix

    • Method Detail

      • getHRName

        String getHRName()
        Returns:
        the human readable name for this fix.
      • execute

        void execute​(Rule rule,
                     RuleContext context,
                     DOMDocument document)
        Executes this fix over a document.
        Parameters:
        rule - the rule triggering this fix.
        context - the rule context for this fix.
        document - the document to apply this fix.