Transformer which is used to clean a xml document from all whitespaces, comments and namespace
start prefixes and end prefixes. Works similar to the
CleaningTransformer for SAX pipelines.
produceEvents()
Template method which has to produce at least one XMLEvent and should add this to the
internal Queue with the #add(XMLEvent) and #addAll(Collection)
methods.
Template method which has to produce at least one XMLEvent and should add this to the
internal Queue with the #add(XMLEvent) and #addAll(Collection)
methods. If no XMLEvent is added by this method to the internal Queue an
exception is thrown.