List of usage examples for org.apache.commons.digester CallParamRule subclass-usage
From source file net.sibcolombia.sibsp.model.factory.CallParamNoNSRule.java
/**
* Will not honor namespaces in attributes in any way.
* <p/>
* This class allows for getting access to attributes in elements where the namespaces differ, but will ignore the
* namespace of the attribute Additionally, it only allows for accessing a single attribute (since NS are ignored) It
* would not be difficult to honor namespaces, but is not currently needed.
From source file org.gbif.ipt.model.factory.CallParamNoNSRule.java
/**
* Will not honor namespaces in attributes in any way.
* <p/>
* This class allows for getting access to attributes in elements where the
* namespaces differ, but will ignore the namespace of the attribute
* Additionally, it only allows for accessing a single attribute (since NS are
From source file org.gbif.dwca.model.factory.CallParamNoNSRule.java
/**
* Will not honor namespaces in attributes in any way
*
* This class allows for getting access to attributes in elements where the
* namespaces differ, but will ignore the namespace of the attribute
* Additionally, it only allows for accessing a single attribute (since NS are
From source file org.junitext.runners.parameters.factory.CallParamAtEndRule.java
/**
* Adds a parameter to the parameter stack when the <strong>end</strong>
* element is encountered. This rule is identical to the
* <code>CallParamRule</code> except that all processing is done when the
* <code>end</code> element is encountered.
*
From source file com.liusoft.sc.startup.WebRuleSet.java
/** * A Rule that can be used to call multiple times a method as many times as needed * (used for addServletMapping). */ final class CallParamMultiRule extends CallParamRule {