org.apache.commons.digester.plugins.strategies

Class LoaderFromStream

public class LoaderFromStream extends RuleLoader

A rule-finding algorithm which loads an xmlplugins-format file.

Note that the "include" feature of xmlrules is not supported.

Since: 1.6

Constructor Summary
LoaderFromStream(InputStream s)
Method Summary
voidaddRules(Digester d, String path)
Add the rules previously loaded from the input stream into the specified digester.

Constructor Detail

LoaderFromStream

public LoaderFromStream(InputStream s)
See LoaderFromStream.

Method Detail

addRules

public void addRules(Digester d, String path)
Add the rules previously loaded from the input stream into the specified digester.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.