Class IndentingUTF8XmlOutput

All Implemented Interfaces:
XmlOutput

public final class IndentingUTF8XmlOutput extends UTF8XmlOutput
UTF8XmlOutput with indentation. TODO: not sure if it's a good idea to move the indenting functionality to another class. Doesn't have to be final, but it helps the JVM.
Author:
Kohsuke Kawaguchi