Class | Description |
---|---|
Main |
A simple program to demonstrate that the Commons Digester module can be
used to trigger actions as the xml is parsed, rather than just build
up in-memory representations of the parsed data.
|
Row |
See Main.java.
|
Row.Column |
Alas, we can't just use a Map to store the (name, value) pairs
because the output will look weird if we don't preserve the column
order.
|
RowInserterRule |
See Main.java.
|
Table |
See Main.java.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.