org.adfemg.audits.adfviewcontroller.problematic_components
Class ProblemComponentsAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.adfviewcontroller.problematic_components.ProblemComponentsAnalyzer

public class ProblemComponentsAnalyzer
extends Analyzer

Analyzer class for PageComponents.


Constructor Summary
ProblemComponentsAnalyzer()
           
 
Method Summary
 void enter(AuditContext context, org.w3c.dom.Document document)
          Check if we're in a page or a page fragment file.
 void exit(AuditContext context, org.w3c.dom.Element element)
          Check if the elements to avoid are included in the page.
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, getRules, isApplicationContentSupported, isCancelled, isEnabled, setEnabled, startTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemComponentsAnalyzer

public ProblemComponentsAnalyzer()
Method Detail

enter

public void enter(AuditContext context,
                  org.w3c.dom.Document document)
Check if we're in a page or a page fragment file.

Parameters:
context - the AuditContext.
document - the document.

exit

public void exit(AuditContext context,
                 org.w3c.dom.Element element)
Check if the elements to avoid are included in the page.