org.adfemg.audits.adfviewcontroller.datacontrol
Class DataControlAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.base.XmlAnalyzer
          extended by org.adfemg.audits.adfviewcontroller.datacontrol.DataControlAnalyzer

public class DataControlAnalyzer
extends XmlAnalyzer

Analyzer class for DataControls.


Constructor Summary
DataControlAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, org.w3c.dom.Element element)
          Check if the AppModule has the placeholder NS.
protected  boolean isAuditable(org.w3c.dom.Document document)
           
 
Methods inherited from class org.adfemg.audits.base.XmlAnalyzer
enter
 
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

DataControlAnalyzer

public DataControlAnalyzer()
Method Detail

isAuditable

protected boolean isAuditable(org.w3c.dom.Document document)
Overrides:
isAuditable in class XmlAnalyzer

exit

public void exit(AuditContext context,
                 org.w3c.dom.Element element)
Check if the AppModule has the placeholder NS. Check if the PlaceholderDataControl element is found.