public class XMLUtils extends Object
| Constructor and Description |
|---|
XMLUtils() |
public static String makeTag(String tagName, String value)
tagName - as Stringvalue - as String. if null the output will be BLANK ""public static String makeTag(String propertyName, Object entity)
propertyName - as Stringentity - as Object. If the property does not exist wil throw an error, however if the value is null it will return BLANK ""Copyright © 2018. All rights reserved.