Example usage for org.apache.commons.digester NodeCreateRule subclass-usage

List of usage examples for org.apache.commons.digester NodeCreateRule subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.digester NodeCreateRule subclass-usage.

Usage

From source file com.sun.faces.config.rules.DescriptionTextRule.java

/**
 * <p>Digester rule for the <code>&lt;description&gt;</code> element,
 * used to absorb the body content of the matching element even if it
 * contains mixed markup and body content, and then save it as the
 * value of the <code>description</code> property of the corresponding
 * <code>DescriptionBean</code> instance..</p>