This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.util.XmlUtils.PrettyPrint (Apache Oozie Core 3.3.2 API)

Uses of Class
org.apache.oozie.util.XmlUtils.PrettyPrint

Packages that use XmlUtils.PrettyPrint
org.apache.oozie.util   
 

Uses of XmlUtils.PrettyPrint in org.apache.oozie.util
 

Methods in org.apache.oozie.util that return XmlUtils.PrettyPrint
static XmlUtils.PrettyPrint XmlUtils.prettyPrint(org.apache.hadoop.conf.Configuration conf)
          Return a pretty print string for a Configuration object.
static XmlUtils.PrettyPrint XmlUtils.prettyPrint(org.jdom.Element element)
          Return a pretty print string for a JDOM Element.
static XmlUtils.PrettyPrint XmlUtils.prettyPrint(String xmlStr)
          Return a pretty print string for a XML string.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.