public class Dom4jDocUtil
extends Object
Constructor and Description |
---|
Dom4jDocUtil() |
Modifier and Type | Method and Description |
---|---|
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) |
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, boolean text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, double text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, float text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, int text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, long text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, Object text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, short text)
public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, String text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, boolean text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, double text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, float text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, int text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, long text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, boolean text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, double text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, float text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, int text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, long text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, Object text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, short text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, String text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, Object text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, short text)
public static org.dom4j.Element add(org.dom4j.Element element, String name, String text)