org.apache.oozie.util
Class XmlUtils.PrettyPrint

java.lang.Object
  extended by org.apache.oozie.util.XmlUtils.PrettyPrint
Enclosing class:
XmlUtils

public static class XmlUtils.PrettyPrint
extends Object

Pretty print string representation of an XML document that generates the pretty print on lazy mode when the toString() method is invoked.


Method Summary
 String toString()
          Return the pretty print representation of an XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Return the pretty print representation of an XML document.

Overrides:
toString in class Object
Returns:
the pretty print representation of an XML document.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.