edu.internet2.middleware.grouper.util
Class XmlIndenter

java.lang.Object
  extended by edu.internet2.middleware.grouper.util.XmlIndenter

public class XmlIndenter
extends Object

indent xml, assumes the input is not yet indented. Also, this is only for testing or logging or documentation purposes, not production


Constructor Summary
XmlIndenter(String theXml)
           
 
Method Summary
 String result()
          get the result
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlIndenter

public XmlIndenter(String theXml)
Parameters:
theXml - is the xml to format indenter
Method Detail

result

public String result()
get the result

Returns:
the result