Class XmlUtil.SimpleTableContentHandler

java.lang.Object
com.randomnoun.common.XmlUtil.SimpleTableContentHandler
All Implemented Interfaces:
ContentHandler
Enclosing class:
XmlUtil

public static class XmlUtil.SimpleTableContentHandler extends Object implements ContentHandler
Convert a table into a List of Lists (each top-level list represents a table row, each second-level list represents a table cell). Only contents are returned; attributes and formatting are ignored.

This class will probably not work when tables are embedded within other tables