Class OpenGraphNamespaceFix

  • All Implemented Interfaces:
    Fix

    public class OpenGraphNamespaceFix
    extends Object
    implements Fix
    This fixes the missing Open Graph protocol.
    Author:
    Michele Mostarda (mostarda@fbk.eu), Davide Palmisano (palmisano@fbk.eu)
    See Also:
    MissingOpenGraphNamespaceRule
    • Constructor Detail

      • OpenGraphNamespaceFix

        public OpenGraphNamespaceFix()
    • 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.