| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
Implementation of the NodePointerFactory interface for
 configuration nodes.
| Field Summary | |
| static int | CONFIGURATION_NODE_POINTER_FACTORY_ORDERConstant for the order of this factory. | 
| Constructor Summary | |
| ConfigurationNodePointerFactory() | |
| Method Summary | |
|  org.apache.commons.jxpath.ri.model.NodePointer | createNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
                  org.apache.commons.jxpath.ri.QName name,
                  Object bean)Creates a node pointer for the specified bean. | 
|  org.apache.commons.jxpath.ri.model.NodePointer | createNodePointer(org.apache.commons.jxpath.ri.QName name,
                  Object bean,
                  Locale locale)Creates a node pointer for the specified bean. | 
|  int | getOrder()Returns the order of this factory between other factories. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int CONFIGURATION_NODE_POINTER_FACTORY_ORDER
| Constructor Detail | 
public ConfigurationNodePointerFactory()
| Method Detail | 
public int getOrder()
getOrder in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
public org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.QName name,
                                                                        Object bean,
                                                                        Locale locale)
createNodePointer in interface org.apache.commons.jxpath.ri.model.NodePointerFactoryname - the name of the nodebean - the beanlocale - the locale
public org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
                                                                        org.apache.commons.jxpath.ri.QName name,
                                                                        Object bean)
createNodePointer in interface org.apache.commons.jxpath.ri.model.NodePointerFactoryparent - the parent nodename - the namebean - the bean
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||