Class MissingItemscopeAttributeValueFix

    • Constructor Detail

      • MissingItemscopeAttributeValueFix

        public MissingItemscopeAttributeValueFix()
        Default constructor
    • Method Detail

      • getHRName

        public String getHRName()
        Specified by:
        getHRName in interface Fix
        Returns:
        the human readable name for this fix.
      • execute

        public void execute​(Rule rule,
                            RuleContext context,
                            DOMDocument document)
        Description copied from interface: Fix
        Executes this fix over a document.
        Specified by:
        execute in interface Fix
        Parameters:
        rule - the rule triggering this fix.
        context - the rule context for this fix.
        document - the document to apply this fix.