edu.internet2.middleware.grouper.util
Class XmlIndenter
java.lang.Object
edu.internet2.middleware.grouper.util.XmlIndenter
public class XmlIndenter
- extends java.lang.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(java.lang.String theXml)
|
Method Summary |
java.lang.String |
result()
get the result |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlIndenter
public XmlIndenter(java.lang.String theXml)
- Parameters:
theXml
- is the xml to format
indenter
result
public java.lang.String result()
- get the result
- Returns:
- the result