org.apache.commons.configuration.tree.xpath
public class ConfigurationNodePointerFactory extends Object implements NodePointerFactory
NodePointerFactory
interface for
configuration nodes.
Since: 1.3
Version: $Id: ConfigurationNodePointerFactory.java 439648 2006-09-02 20:42:10Z oheger $
Field Summary | |
---|---|
static int | CONFIGURATION_NODE_POINTER_FACTORY_ORDER Constant for the order of this factory. |
Method Summary | |
---|---|
NodePointer | createNodePointer(QName name, Object bean, Locale locale)
Creates a node pointer for the specified bean. |
NodePointer | createNodePointer(NodePointer parent, QName name, Object bean)
Creates a node pointer for the specified bean. |
int | getOrder()
Returns the order of this factory between other factories.
|
Parameters: name the name of the node bean the bean locale the locale
Returns: a pointer for a configuration node if the bean is such a node
Parameters: parent the parent node name the name bean the bean
Returns: a pointer for a configuration node if the bean is such a node
Returns: this order's factory