public class ObjectToDomConverterUtilities extends Object
| Constructor and Description |
|---|
ObjectToDomConverterUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Attribute |
createAttribute(String attributeName,
boolean value) |
static org.dom4j.Attribute |
createAttribute(String attributeName,
int value) |
static org.dom4j.Attribute |
createAttribute(String attributeName,
long value) |
static org.dom4j.Attribute |
createAttribute(String attributeName,
Object value) |
static org.dom4j.Attribute |
createAttribute(String attributeName,
String value) |
static org.dom4j.Element |
createElement(org.dom4j.QName tagName,
String text) |
static org.dom4j.Element |
createElement(String elementName,
boolean value) |
static org.dom4j.Element |
createElement(String elementName,
double value) |
static org.dom4j.Element |
createElement(String elementName,
int value) |
static org.dom4j.Element |
createElement(String elementName,
String text) |
public static org.dom4j.Element createElement(String elementName, boolean value)
public static org.dom4j.Element createElement(String elementName, int value)
public static org.dom4j.Element createElement(String elementName, double value)
public static org.dom4j.Attribute createAttribute(String attributeName, boolean value)
public static org.dom4j.Attribute createAttribute(String attributeName, Object value)
public static org.dom4j.Attribute createAttribute(String attributeName, int value)
public static org.dom4j.Attribute createAttribute(String attributeName, String value)
public static org.dom4j.Attribute createAttribute(String attributeName, long value)
public static org.dom4j.Element createElement(org.dom4j.QName tagName,
String text)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.