Class QNameHelper
- java.lang.Object
-
- org.apache.xbean.spring.context.impl.QNameHelper
-
public class QNameHelper extends java.lang.Object
- Version:
- $Revision: 1.1 $
-
-
Constructor Summary
Constructors Constructor Description QNameHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addPropertyValue(org.springframework.beans.MutablePropertyValues values, java.lang.String name, java.lang.Object value)
static void
coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.w3c.dom.Element element, java.beans.PropertyDescriptor[] descriptors, int i)
static void
coerceQNamePropertyValues(QNameReflectionParams params)
static javax.xml.namespace.QName
createQName(org.w3c.dom.Element element, java.lang.String qualifiedName)
static java.lang.String
recursiveGetAttributeValue(org.w3c.dom.Element element, java.lang.String attributeName)
Recursive method to find a given attribute value
-
-
-
Method Detail
-
createQName
public static javax.xml.namespace.QName createQName(org.w3c.dom.Element element, java.lang.String qualifiedName)
-
recursiveGetAttributeValue
public static java.lang.String recursiveGetAttributeValue(org.w3c.dom.Element element, java.lang.String attributeName)
Recursive method to find a given attribute value
-
coerceQNamePropertyValues
public static void coerceQNamePropertyValues(QNameReflectionParams params)
-
coerceNamespaceAwarePropertyValues
public static void coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.w3c.dom.Element element, java.beans.PropertyDescriptor[] descriptors, int i)
-
addPropertyValue
public static void addPropertyValue(org.springframework.beans.MutablePropertyValues values, java.lang.String name, java.lang.Object value)
-
-