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

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

Introduction

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

The text is from its open source code.

Constructor

FactoryCreateRule(String className)

Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.

FactoryCreateRule(Class> clazz)

Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.

FactoryCreateRule(ObjectCreationFactory creationFactory)

Construct a factory create rule using the given, already instantiated, ObjectCreationFactory .