org.repoweb.xml
Class XmlBeautifier

java.lang.Object
  extended byorg.repoweb.xml.XmlBeautifier

class XmlBeautifier
extends java.lang.Object

Simple XML Beautifier. This XML Beautifier doesn't need to have a valid xml file, since it doesn't use any XML API.


Constructor Summary
(package private) XmlBeautifier()
           
 
Method Summary
 java.lang.String beautify(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeautifier

XmlBeautifier()
Method Detail

beautify

public java.lang.String beautify(java.lang.String xml)


Copyright © 2003-2005 Repoweb. All Rights Reserved.