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 java.lang.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
 java.lang.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 java.lang.String toString()
Return the pretty print representation of an XML document.

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


Copyright © 2010 Yahoo. All Rights Reserved.