Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any). This method should only be called by a Digester instance. @param digester Digester instance to which the new Rule instances should be added.
(Digester digester)
| 41 | * @param digester Digester instance to which the new Rule instances should be added. |
| 42 | */ |
| 43 | void addRuleInstances(Digester digester); |
| 44 | } |
no outgoing calls
no test coverage detected