org.planx.xmlstore.koala.nodes
Class LoadableNodeProxy<R>

java.lang.Object
  extended by org.planx.xmlstore.koala.nodes.NodeProxy
      extended by org.planx.xmlstore.koala.nodes.LoadableNodeProxy<R>
All Implemented Interfaces:
SystemNode, Node

public class LoadableNodeProxy<R>
extends NodeProxy

A proxied node which is loaded when needed.

Author:
Thomas Ambus

Field Summary
 
Fields inherited from interface org.planx.xmlstore.Node
BINARY, CHARDATA, ELEMENT
 
Constructor Summary
LoadableNodeProxy(Loader<R,SystemNode> loader, R ref)
           
 
Method Summary
 
Methods inherited from class org.planx.xmlstore.koala.nodes.NodeProxy
contentEquals, equals, getAttribute, getAttributeNames, getAttributes, getBytes, getChildren, getLocator, getNodeValue, getType, getValueReference, hashCode, isMutable, isShared, setLocator, setValueReference, toString, unload
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadableNodeProxy

public LoadableNodeProxy(Loader<R,SystemNode> loader,
                         R ref)


Copyright © 2004-2005 Plan-X. All Rights Reserved.