org.adfemg.audits.adfviewcontroller.components
Class PageComponentsAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.adfviewcontroller.components.PageComponentsAnalyzer

public class PageComponentsAnalyzer
extends Analyzer

Analyzer class for PageComponents.


Constructor Summary
PageComponentsAnalyzer()
           
 
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.Attr attr)
           
 void exit(AuditContext context, org.w3c.dom.Document document)
           
 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

PageComponentsAnalyzer

public PageComponentsAnalyzer()
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.Document document)

exit

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


exit

public void exit(AuditContext context,
                 org.w3c.dom.Attr attr)