List of usage examples for org.apache.commons.digester Rule subclass-usage
From source file org.eclipse.wb.internal.core.model.description.rules.ObjectCreateRule.java
/**
* The {@link Rule} that creates object using default constructor of given {@link Class}.
*
* @author scheglov_ke
* @coverage core.model.description
*/
From source file com.agiletec.aps.util.MapSupportRule.java
/**
* Regola per il Digester, per alimentare un Map.
* Il tag deve avere un attributo che specifica la chiave, ed il
* valore nel corpo del tag. Il nome dell'attributo impostato
* nel costruttore della regola.
* @author
From source file com.redhat.rhn.common.util.AttributeCopyRule.java
/**
* AttributeCopyRule, a simple Digester rule to copy attributes and
* invoke them on set(name, value) on the top object on the stack
* @version $Rev$
*/
From source file org.eclipse.wb.internal.core.model.description.rules.AbstractDesignerRule.java
/**
* Abstract {@link Rule} for parsing {@link ComponentDescription}.
*
* @author scheglov_ke
* @coverage core.model.description
*/
From source file org.eclipse.wb.internal.core.model.description.rules.SetListedPropertiesRule.java
/**
* The {@link Rule} that allows sets properties with given names.
*
* @author scheglov_ke
* @coverage core.model.description
*/
From source file org.junitext.runners.parameters.factory.FlagValueObjectIsNullRule.java
/**
* Digester rule that flags <code>CreateValueObjectRule</code> that it
* should create a <code>null</code> value object.
* <p>
* This rule should be used within a nested {@link org.junitext.runners.parameters.factory.CreateValueObjectRule}.
* However, if it is not, then this rule will safely do nothing.
From source file org.eclipse.wb.internal.core.model.description.rules.MorphingNoInheritRule.java
/**
* The {@link Rule} that remove all existed (inherited) {@link MorphingTargetDescription}'s from
* {@link ComponentDescription}.
*
* @author sablin_aa
* @coverage core.model.description
From source file org.eclipse.wb.internal.core.model.description.rules.ModelClassRule.java
/**
* The {@link Rule} that sets model class for {@link ComponentDescription}.
*
* @author scheglov_ke
* @coverage core.model.description
*/
From source file org.eclipse.wb.internal.core.xml.model.description.rules.MorphingNoInheritRule.java
/**
* The {@link Rule} that remove all existed (inherited) {@link MorphingTargetDescription}'s from
* {@link ComponentDescription}.
*
* @author sablin_aa
* @coverage core.model.description
From source file org.eclipse.wb.internal.core.model.description.rules.PropertyAccessRule.java
/**
* The {@link Rule} that push's {@link GenericPropertyDescription} for property with given "id".
*
* @author scheglov_ke
* @coverage core.model.description
*/