org.apache.xbean.spring.context.impl
Class QNameHelper

java.lang.Object
  extended by org.apache.xbean.spring.context.impl.QNameHelper

public class QNameHelper
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
QNameHelper()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameHelper

public QNameHelper()
Method Detail

createQName

public static QName createQName(Element element,
                                String qualifiedName)

recursiveGetAttributeValue

public static String recursiveGetAttributeValue(Element element,
                                                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,
                                                      Element element,
                                                      PropertyDescriptor[] descriptors,
                                                      int i)

addPropertyValue

public static void addPropertyValue(org.springframework.beans.MutablePropertyValues values,
                                    String name,
                                    Object value)


Copyright © 2005-2012. All Rights Reserved.