NamespaceNormalizingDOMStreamer.java | Class | Streams a DOM tree to SAX events and normalizes namespace declarations on the way.
The code in this class is based on the org.apache.xml.utils.TreeWalker class from Xalan,
though it differs in some important ways.
This class will automatically fix up ("normalize") namespace declarations
while streaming to SAX. |