public static class AbstractXmlDeriver
extends Object
Base class for all derivers that are based on XML documents. This base class
does some of the boilerplate such as parsing the document. Child classes are
responsible for processing the resulting document in interesting ways.