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

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

Introduction

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

The text is from its open source code.

Constructor

SetNextRule(String methodName)
Construct a "set next" rule with the specified method name.
SetNextRule(Digester digester, String methodName)
Construct a "set next" rule with the specified method name.
SetNextRule(String methodName, String paramType)
Construct a "set next" rule with the specified method name.