Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches. If more than one Rule instance matches, they must be returned in the order originally registered through the add() method. @param nam
(String namespaceURI, String pattern)
| 71 | * @return a rules list |
| 72 | */ |
| 73 | List<Rule> match(String namespaceURI, String pattern); |
| 74 | |
| 75 | |
| 76 | /** |
no outgoing calls
no test coverage detected