net.sf.oval.ogn
Class ObjectGraphNavigatorJXPathImpl.BeanPointerFactoryEx
java.lang.Object
org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
net.sf.oval.ogn.ObjectGraphNavigatorJXPathImpl.BeanPointerFactoryEx
- All Implemented Interfaces:
- org.apache.commons.jxpath.ri.model.NodePointerFactory
- Enclosing class:
- ObjectGraphNavigatorJXPathImpl
protected static final class ObjectGraphNavigatorJXPathImpl.BeanPointerFactoryEx
- extends org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
| Fields inherited from class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory |
BEAN_POINTER_FACTORY_ORDER |
|
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)
|
org.apache.commons.jxpath.ri.model.NodePointer |
createNodePointer(org.apache.commons.jxpath.ri.QName name,
Object bean,
Locale locale)
|
int |
getOrder()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectGraphNavigatorJXPathImpl.BeanPointerFactoryEx
protected ObjectGraphNavigatorJXPathImpl.BeanPointerFactoryEx()
createNodePointer
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)
- Specified by:
createNodePointer in interface org.apache.commons.jxpath.ri.model.NodePointerFactory- Overrides:
createNodePointer in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
createNodePointer
public org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.QName name,
Object bean,
Locale locale)
- Specified by:
createNodePointer in interface org.apache.commons.jxpath.ri.model.NodePointerFactory- Overrides:
createNodePointer in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
getOrder
public int getOrder()
- Specified by:
getOrder in interface org.apache.commons.jxpath.ri.model.NodePointerFactory- Overrides:
getOrder in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
Copyright © 2005–2013 The OVal Development Team. All rights reserved.