List of usage examples for org.apache.commons.digester NodeCreateRule subclass-usage
From source file com.sun.faces.config.rules.DescriptionTextRule.java
/**
* <p>Digester rule for the <code><description></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>