org.planx.xmlstore.koala.nodes
Class XMLStoreNodeProxy<R extends Reference>

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

public class XMLStoreNodeProxy<R extends Reference>
extends NodeProxy

Author:
Thomas Ambus

Field Summary
 
Fields inherited from interface org.planx.xmlstore.Node
BINARY, CHARDATA, ELEMENT
 
Constructor Summary
XMLStoreNodeProxy(XMLStore<R> xmlstore, 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

XMLStoreNodeProxy

public XMLStoreNodeProxy(XMLStore<R> xmlstore,
                         R ref)


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