boolean |
SuppressionCommentFilter.accept(TreeWalkerAuditEvent event) |
|
boolean |
SuppressionXpathFilter.accept(TreeWalkerAuditEvent treeWalkerAuditEvent) |
|
boolean |
SuppressionXpathSingleFilter.accept(TreeWalkerAuditEvent treeWalkerAuditEvent) |
|
boolean |
SuppressWithNearbyCommentFilter.accept(TreeWalkerAuditEvent event) |
|
boolean |
XpathFilterElement.accept(TreeWalkerAuditEvent event) |
|
private SuppressionCommentFilter.Tag |
SuppressionCommentFilter.findNearestMatch(TreeWalkerAuditEvent event) |
Finds the nearest comment text tag that matches an audit event.
|
private List<net.sf.saxon.om.Item> |
XpathFilterElement.getItems(TreeWalkerAuditEvent event) |
Returns list of nodes matching xpath expression given event.
|
private boolean |
SuppressionCommentFilter.Tag.isCheckMatch(TreeWalkerAuditEvent event) |
|
private boolean |
SuppressWithNearbyCommentFilter.Tag.isCheckMatch(TreeWalkerAuditEvent event) |
|
private boolean |
XpathFilterElement.isFileNameAndModuleAndModuleNameMatching(TreeWalkerAuditEvent event) |
Is matching by file name, module id and Check name.
|
private boolean |
SuppressionCommentFilter.Tag.isIdMatch(TreeWalkerAuditEvent event) |
|
private boolean |
SuppressWithNearbyCommentFilter.Tag.isIdMatch(TreeWalkerAuditEvent event) |
|
private boolean |
SuppressWithNearbyCommentFilter.Tag.isInScopeOfSuppression(TreeWalkerAuditEvent event) |
|
boolean |
SuppressionCommentFilter.Tag.isMatch(TreeWalkerAuditEvent event) |
Determines whether the source of an audit event
matches the text of this tag.
|
boolean |
SuppressWithNearbyCommentFilter.Tag.isMatch(TreeWalkerAuditEvent event) |
Determines whether the source of an audit event
matches the text of this tag.
|
private boolean |
SuppressionCommentFilter.Tag.isMessageMatch(TreeWalkerAuditEvent event) |
|
private boolean |
SuppressWithNearbyCommentFilter.Tag.isMessageMatch(TreeWalkerAuditEvent event) |
|
private boolean |
XpathFilterElement.isMessageNameMatching(TreeWalkerAuditEvent event) |
Is matching by message.
|
private boolean |
XpathFilterElement.isXpathQueryMatching(TreeWalkerAuditEvent event) |
Is matching by xpath query.
|
private boolean |
SuppressWithNearbyCommentFilter.matchesTag(TreeWalkerAuditEvent event) |
|