org.apache.commons.digester.plugins.strategies
public class LoaderFromStream extends RuleLoader
Note that the "include" feature of xmlrules is not supported.
Since: 1.6
Constructor Summary | |
---|---|
LoaderFromStream(InputStream s) See LoaderFromStream. |
Method Summary | |
---|---|
void | addRules(Digester d, String path)
Add the rules previously loaded from the input stream into the
specified digester. |