org.eclipse.actf.accservice.locate
Class AccessibleNodePointerFactory

java.lang.Object
  extended by org.eclipse.actf.accservice.locate.AccessibleNodePointerFactory
All Implemented Interfaces:
org.apache.commons.jxpath.ri.model.NodePointerFactory

public class AccessibleNodePointerFactory
extends Object
implements org.apache.commons.jxpath.ri.model.NodePointerFactory


Field Summary
static int ACCNODE_POINTER_FACTORY_ORDER
           
 
Constructor Summary
AccessibleNodePointerFactory()
           
 
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 object)
           
 org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.QName name, Object object, Locale locale)
           
 int getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCNODE_POINTER_FACTORY_ORDER

public static final int ACCNODE_POINTER_FACTORY_ORDER
See Also:
Constant Field Values
Constructor Detail

AccessibleNodePointerFactory

public AccessibleNodePointerFactory()
Method Detail

createNodePointer

public org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.QName name,
                                                                        Object object,
                                                                        Locale locale)
Specified by:
createNodePointer in interface org.apache.commons.jxpath.ri.model.NodePointerFactory

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 object)
Specified by:
createNodePointer in interface org.apache.commons.jxpath.ri.model.NodePointerFactory

getOrder

public int getOrder()
Specified by:
getOrder in interface org.apache.commons.jxpath.ri.model.NodePointerFactory