org.apache.oozie.util
Class XmlUtils.PrettyPrint
java.lang.Object
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. |
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.