Liferay 7.0-ce-b4

com.liferay.util.xml
Class Dom4jDocUtil

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

public class Dom4jDocUtil
extends Object


Constructor Summary
Dom4jDocUtil()
           
 
Method Summary
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, boolean text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, double text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, float text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, int text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, long text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, Object text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, short text)
           
static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, String text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, boolean text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, double text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, float text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, int text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, long text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, boolean text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, double text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, float text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, int text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, long text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, Object text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, short text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, String text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, Object text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, short text)
           
static org.dom4j.Element add(org.dom4j.Element element, String name, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dom4jDocUtil

public Dom4jDocUtil()
Method Detail

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    boolean text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    double text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    float text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    int text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    long text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    Object text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    short text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    org.dom4j.QName qName,
                                    String text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    boolean text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    double text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    float text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    int text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    long text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    boolean text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    double text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    float text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    int text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    long text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    Object text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    short text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    org.dom4j.Namespace namespace,
                                    String text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    Object text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    short text)

add

public static org.dom4j.Element add(org.dom4j.Element element,
                                    String name,
                                    String text)

Liferay 7.0-ce-b4