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

java.lang.Object
  extended byorg.apache.xbean.spring.context.impl.QNameHelper

public class QNameHelper
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
QNameHelper()
           
 
Method Summary
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
 
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 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)


Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.