org.kuali.rice.core.util
Class XmlJotter

java.lang.Object
  extended by org.kuali.rice.core.util.XmlJotter

public class XmlJotter
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
XmlJotter()
           
 
Method Summary
static String jotNode(org.jdom.Element element)
           
static String jotNode(Node node)
           
static String jotNode(Node node, boolean indent)
           
static String writeNode(Node node)
           
static String writeNode(Node node, boolean indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlJotter

public XmlJotter()
Method Detail

jotNode

public static String jotNode(org.jdom.Element element)

jotNode

public static String jotNode(Node node)

jotNode

public static String jotNode(Node node,
                             boolean indent)

writeNode

public static String writeNode(Node node)
                        throws TransformerException
Throws:
TransformerException

writeNode

public static String writeNode(Node node,
                               boolean indent)
                        throws TransformerException
Throws:
TransformerException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.