org.adfemg.audits.base
Class XmlAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.base.XmlAnalyzer
Direct Known Subclasses:
DataControlAnalyzer, EntityObjectAnalyzer, GeneralCgAnalyzer, GeneralCgAnalyzer, JaznAnalyzer, TaskFlowAnalyzer, TrinidadConfigAnalyzer, ViewObjectAnalyzer

public class XmlAnalyzer
extends Analyzer


Constructor Summary
XmlAnalyzer(java.lang.String docElemName)
           
 
Method Summary
 void enter(AuditContext context, org.w3c.dom.Document document)
           
protected  boolean isAuditable(org.w3c.dom.Document document)
           
 
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

XmlAnalyzer

public XmlAnalyzer(java.lang.String docElemName)
Method Detail

isAuditable

protected boolean isAuditable(org.w3c.dom.Document document)

enter

public void enter(AuditContext context,
                  org.w3c.dom.Document document)