Class XMLPrettyPrinter

java.lang.Object
org.apache.axis2.util.XMLPrettyPrinter

public class XMLPrettyPrinter extends Object
An XML pretty printer based on xsl stylesheets
  • Constructor Details

    • XMLPrettyPrinter

      public XMLPrettyPrinter()
  • Method Details

    • prettify

      public static void prettify(File file)
      Pretty prints contents of the xml file.
      Parameters:
      file -
    • prettify

      public static void prettify(org.apache.axiom.om.OMElement wsdlElement, OutputStream out) throws Exception
      Throws:
      Exception