org.planx.xmlstore.koala.nodes
Class LoadableNodeProxy<R>
java.lang.Object
org.planx.xmlstore.koala.nodes.NodeProxy
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
| 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 |
LoadableNodeProxy
public LoadableNodeProxy(Loader<R,SystemNode> loader,
R ref)
Copyright © 2004-2005 Plan-X. All Rights Reserved.