Package org.apache.axis2.util
Class XMLPrettyPrinter
java.lang.Object
org.apache.axis2.util.XMLPrettyPrinter
An XML pretty printer based on xsl stylesheets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidPretty prints contents of the xml file.static voidprettify(org.apache.axiom.om.OMElement wsdlElement, OutputStream out)
-
Constructor Details
-
XMLPrettyPrinter
public XMLPrettyPrinter()
-
-
Method Details
-
prettify
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
-