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

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

Introduction

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

Usage

From source file org.openamf.config.ConfigDigester.java

/**
 * @author Jason Calabrese <mail@jasoncalabrese.com>
 * @version $Revision: 1.16 $, $Date: 2004/02/06 02:49:00 $
 */
public class ConfigDigester extends Digester {

From source file at.molindo.mysqlcollations.xml.CharsetXmlDigester.java

public class CharsetXmlDigester extends Digester {

    private static final String CHARSETS = "charsets";
    private static final String CHARSET = CHARSETS + "/charset";
    private static final String COLLATION = CHARSET + "/collation";

From source file jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn_DigesterStub01.java

/**
 * BLogicIOPlugInTestNXp?B
 * 
 */
public class BLogicIOPlugIn_DigesterStub01 extends Digester {

From source file org.xchain.framework.digester.ExtendedDigester.java

/**
 * A digester that has been extended to pass along LexicalHandler events to a custom lexical handler, if it is set.
 *
 * @author Christian Trimble
 */
public class ExtendedDigester extends Digester implements LexicalHandler {

From source file com.alibaba.toolkit.util.configuration.digester.ContextSensitiveDigester.java

/**
 * commons-digester<code>Digester</code>, , .
 *
 * @author Michael Zhou
 * @version $Id: ContextSensitiveDigester.java,v 1.1 2003/07/03 07:26:16 baobao
 *          Exp $

From source file org.apache.uima.alchemy.digester.json.JsonDigester.java

/**
 * A proper Digester to parse JSON documents.
 * 
 */
public final class JsonDigester extends Digester {

From source file org.opennaas.extensions.router.junos.commandsets.digester.DigesterEngine.java

public class DigesterEngine extends Digester {

    protected HashMap<String, Object> mapElements;

    protected RuleSet ruleSet;

From source file hudson.util.Digester2.java

/**
 * {@link Digester} wrapper to fix the issue DIGESTER-118.
 *
 * @author Kohsuke Kawaguchi
 * @since 1.125
 */

From source file com.liusoft.dlog4j.xml.XMLDigester.java

/**
 * ?RDF,RSS,ATOM
 * @author Winter Lau
 */
public class XMLDigester extends Digester {

From source file org.apache.tapestry.parse.SpecificationDigester.java

/**
 *  Extension of {@link org.apache.commons.digester.Digester} with additional rules, hooks
 *  and methods needed when parsing Tapestry specifications.
 *
 *  @author Howard Lewis Ship
 *  @version $Id: SpecificationDigester.java,v 1.10 2004/02/19 17:37:41 hlship Exp $