Java org.apache.commons.digester3 CallMethodRule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester3 CallMethodRule fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

CallMethodRule(int targetOffset, String methodName, int paramCount)
Construct a "call method" rule with the specified method name.
CallMethodRule(String methodName, int paramCount, String[] paramTypes)
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String methodName, int paramCount, Class paramTypes[])
Construct a "call method" rule with the specified method name and parameter types.