Module net.anwiba.commons.xml
Package net.anwiba.commons.xml.dom
Class ObjectToDomConverterUtilities
java.lang.Object
net.anwiba.commons.xml.dom.ObjectToDomConverterUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.dom4j.AttributecreateAttribute(String attributeName, boolean value) static org.dom4j.AttributecreateAttribute(String attributeName, int value) static org.dom4j.AttributecreateAttribute(String attributeName, long value) static org.dom4j.AttributecreateAttribute(String attributeName, Object value) static org.dom4j.AttributecreateAttribute(String attributeName, String value) static org.dom4j.ElementcreateElement(String elementName, boolean value) static org.dom4j.ElementcreateElement(String elementName, double value) static org.dom4j.ElementcreateElement(String elementName, int value) static org.dom4j.ElementcreateElement(String elementName, String text) static org.dom4j.ElementcreateElement(org.dom4j.QName tagName, String text)
-
Constructor Details
-
ObjectToDomConverterUtilities
public ObjectToDomConverterUtilities()
-
-
Method Details
-
createElement
-
createElement
-
createElement
-
createElement
-
createAttribute
-
createAttribute
-
createAttribute
-
createAttribute
-
createAttribute
-
createElement
-