public class XMLHelper extends Object
| Constructor and Description |
|---|
XMLHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanAttribute(String attributeName,
org.dom4j.Element element,
boolean defaultValue) |
static Map<String,String> |
getProperties(String elementName,
org.dom4j.Element sourceElement) |
static String |
getStringData(String elementName,
org.dom4j.Element element,
boolean required) |
public static String getStringData(String elementName, org.dom4j.Element element, boolean required)
public static Map<String,String> getProperties(String elementName, org.dom4j.Element sourceElement)
public static boolean getBooleanAttribute(String attributeName, org.dom4j.Element element, boolean defaultValue)
Copyright © 2005–2016 Alfresco Software. All rights reserved.