public interface Fix
Rule| Modifier and Type | Method and Description |
|---|---|
void |
execute(Rule rule,
RuleContext context,
DOMDocument document)
Executes this fix over a document.
|
String |
getHRName() |
String getHRName()
void execute(Rule rule, RuleContext context, DOMDocument document)
rule - the rule triggering this fix.context - the rule context for this fix.document - the document to apply this fix.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.