public class QNameHelper extends Object
Constructor | Description |
---|---|
QNameHelper() |
Modifier and Type | Method | Description |
---|---|---|
static void |
addPropertyValue(org.springframework.beans.MutablePropertyValues values,
String name,
Object value) |
|
static void |
coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition bd,
Element element,
PropertyDescriptor[] descriptors,
int i) |
|
static void |
coerceQNamePropertyValues(QNameReflectionParams params) |
|
static QName |
createQName(Element element,
String qualifiedName) |
|
static String |
recursiveGetAttributeValue(Element element,
String attributeName) |
Recursive method to find a given attribute value
|
public static String recursiveGetAttributeValue(Element element, String attributeName)
public static void coerceQNamePropertyValues(QNameReflectionParams params)
public static void coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition bd, Element element, PropertyDescriptor[] descriptors, int i)
Copyright © 2005–2018. All rights reserved.