public interface RuleMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(String namespace,
String pattern,
String name,
Attributes attributes)
Use the specified parameter to perform a test.
|
boolean match(String namespace, String pattern, String name, Attributes attributes)
namespace - the namespace URI of the matching element, or an empty string if the parser is not namespace
aware or the element has no namespacepattern - Nesting pattern to be matched for this Rulename - the local name if the parser is namespace aware, or just the element name otherwiseattributes - The attribute list of this elementCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.