Package | Description |
---|---|
org.apache.commons.digester.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
Modifier and Type | Method and Description |
---|---|
void |
PluginCreateRule.postRegisterInit(String matchPattern)
Invoked after this rule has been added to the set of digester rules,
associated with the specified pattern.
|
void |
InitializableRule.postRegisterInit(String pattern)
Called after this Rule object has been added to the list of all Rules.
|
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.