Liferay 7.0-ce-b4

com.liferay.util.xml
Class Dom4jUtil

java.lang.Object
  extended by com.liferay.util.xml.Dom4jUtil

public class Dom4jUtil
extends Object


Constructor Summary
Dom4jUtil()
           
 
Method Summary
static String toString(org.dom4j.Node node)
           
static String toString(org.dom4j.Node node, String indent)
           
static String toString(org.dom4j.Node node, String indent, boolean expandEmptyElements)
           
static String toString(org.dom4j.Node node, String indent, boolean expandEmptyElements, boolean trimText)
           
static String toString(String xml)
           
static String toString(String xml, String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dom4jUtil

public Dom4jUtil()
Method Detail

toString

public static String toString(org.dom4j.Node node)
                       throws IOException
Throws:
IOException

toString

public static String toString(org.dom4j.Node node,
                              String indent)
                       throws IOException
Throws:
IOException

toString

public static String toString(org.dom4j.Node node,
                              String indent,
                              boolean expandEmptyElements)
                       throws IOException
Throws:
IOException

toString

public static String toString(org.dom4j.Node node,
                              String indent,
                              boolean expandEmptyElements,
                              boolean trimText)
                       throws IOException
Throws:
IOException

toString

public static String toString(String xml)
                       throws org.dom4j.DocumentException,
                              IOException
Throws:
org.dom4j.DocumentException
IOException

toString

public static String toString(String xml,
                              String indent)
                       throws org.dom4j.DocumentException,
                              IOException
Throws:
org.dom4j.DocumentException
IOException

Liferay 7.0-ce-b4