Java org.apache.commons.digester CallParamRule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester CallParamRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester CallParamRule.

The text is from its open source code.

Subclass

org.apache.commons.digester.CallParamRule has subclasses.
Click this link to see all its subclasses.

Constructor

CallParamRule(Digester digester, int paramIndex)
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
CallParamRule(int paramIndex, String attributeName)
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
CallParamRule(int paramIndex, boolean fromStack)
Construct a "call parameter" rule.
CallParamRule(int paramIndex, int stackIndex)
Constructs a "call parameter" rule which sets a parameter from the stack.