public class ModelNodeFactory extends Object implements org.apache.commons.jxpath.ri.model.NodePointerFactory
Modifier and Type | Field and Description |
---|---|
static int |
MODEL_NODE_FACTORY_ORDER
factory order constant
|
Constructor and Description |
---|
ModelNodeFactory() |
Modifier and Type | Method and Description |
---|---|
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) |
org.apache.commons.jxpath.ri.model.NodePointer |
createNodePointer(org.apache.commons.jxpath.ri.QName name,
Object bean,
Locale locale) |
int |
getOrder() |
public static final int MODEL_NODE_FACTORY_ORDER
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.NodePointerFactory
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.NodePointerFactory
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.