org.adfemg.audits.adfviewcontroller.components
Class PageComponentsAnalyzer
java.lang.Object
oracle.jdeveloper.audit.analyzer.Analyzer
org.adfemg.audits.adfviewcontroller.components.PageComponentsAnalyzer
public class PageComponentsAnalyzer
- extends Analyzer
Analyzer class for PageComponents.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageComponentsAnalyzer
public PageComponentsAnalyzer()
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)