org.exist.dom
Class NodeProxyFactory

java.lang.Object
  extended byorg.exist.dom.NodeProxyFactory

public class NodeProxyFactory
extends java.lang.Object

NodeProxyFactory.java enclosing_type

Author:
wolf

Constructor Summary
NodeProxyFactory()
           
 
Method Summary
static NodeProxy createInstance(DocumentImpl doc, long gid)
           
static NodeProxy createInstance(DocumentImpl doc, long gid, short nodeType)
           
static NodeProxy createInstance(DocumentImpl doc, long gid, short nodeType, long address)
           
static NodeProxy createInstance(NodeProxy p)
           
static void release(NodeProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeProxyFactory

public NodeProxyFactory()
Method Detail

release

public static void release(NodeProxy proxy)

createInstance

public static NodeProxy createInstance(DocumentImpl doc,
                                       long gid,
                                       short nodeType,
                                       long address)

createInstance

public static NodeProxy createInstance(DocumentImpl doc,
                                       long gid)

createInstance

public static NodeProxy createInstance(DocumentImpl doc,
                                       long gid,
                                       short nodeType)

createInstance

public static NodeProxy createInstance(NodeProxy p)


Copyright (C) Wolfgang Meier. All rights reserved.