Example usage for org.apache.commons.digester.xmlrules DigesterRulesSource interface-usage

List of usage examples for org.apache.commons.digester.xmlrules DigesterRulesSource interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.digester.xmlrules DigesterRulesSource interface-usage.

Usage

From source file org.osjava.atom4j.digester.LinkRuleSet.java

/**
 * Created on Apr 8, 2004
 * @author lance.lavandowska
 */
public class LinkRuleSet implements RuleSet, DigesterRulesSource {
    private String path = "";

From source file org.osjava.atom4j.digester.GeneratorRuleSet.java

/**
 * This class can be used to generate a RuleSet either programatically
 * or through the FromXmlRuleSet parser.
 * Created on Apr 8, 2004
 * @author lance.lavandowska
 */

From source file org.osjava.atom4j.digester.PersonRuleSet.java

/**
 * This class can be used to generate a RuleSet either programatically
 * or through the FromXmlRuleSet parser.
 * Created on Apr 8, 2004
 * @author lance.lavandowska
 */

From source file org.osjava.atom4j.digester.ContentRuleSet.java

/**
 * This class can be used to generate a RuleSet either programatically
 * or through the FromXmlRuleSet parser.
 * Created on Apr 8, 2004
 * @author lance.lavandowska
 */