Package com.liferay.util.xml
Class Dom4jDocUtil
Object
com.liferay.util.xml.Dom4jDocUtil
- Author:
- Brian Wing Shun Chan, Alexander Chow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
static org.dom4j.Element
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, short text) static org.dom4j.Element
static org.dom4j.Element
-
Constructor Details
-
Dom4jDocUtil
public Dom4jDocUtil()
-
-
Method Details
-
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
-
add
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, short text) -
add
-
add
-
add
-
add
-
add
-
add
-
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
-
add
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, short text) -
add
-
add
-
add
-
add
-