|
M
ExecuteElementCheck(Document, Element)
|
None
|
Invoked by performance advisor for each element to be checked.
|
|
M
FinalizeCheck(Document)
|
None
|
Invoked by performance advisor once in the end of the check.
|
|
M
GetDescription()
|
String
|
Retrieves the description of the rule.
|
|
M
GetElementFilter(Document)
|
ElementFilter
|
Retrieves a filter to restrict elements to be checked.
|
|
M
GetName()
|
String
|
Retrieves the name of the rule.
|
|
M
InitCheck(Document)
|
None
|
Invoked by performance advisor once in the beginning of the check. If rule checks document as a whole,
the check can be performed in this method.
|
|
M
WillCheckElements()
|
Boolean
|
Reports if rule needs to be executed on individual elements.
|