Class XmlUtil.AbstractStackContentHandler

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

public abstract static class XmlUtil.AbstractStackContentHandler extends Object implements ContentHandler
An abstract stack-based XML parser. Similar to the apache digester, but without the dozen or so dependent JARs.

Only element text is captured

Element attributes are not parsed by this class.

Mixed text/element nodes are not parsed by this class.