org.planx.xmlstore.koala.nodes
Interface SystemNode

All Superinterfaces:
Node
All Known Implementing Classes:
AbstractDVMNode, BlockingNodeProxy, DVMBinaryNode, DVMCharDataNode, DVMElementNode, LoadableNodeProxy, NodeProxy, XMLStoreNodeProxy

public interface SystemNode
extends Node


Field Summary
 
Fields inherited from interface org.planx.xmlstore.Node
BINARY, CHARDATA, ELEMENT
 
Method Summary
 List<SystemNode> getChildren()
          Returns the children of this Node.
 Locator getLocator()
           
 ValueReference getValueReference()
           
 boolean isShared()
           
 void setLocator(Locator loc)
           
 void setValueReference(ValueReference vref)
           
 
Methods inherited from interface org.planx.xmlstore.Node
contentEquals, equals, getAttribute, getAttributeNames, getAttributes, getBytes, getNodeValue, getType, hashCode, isMutable
 

Method Detail

getChildren

List<SystemNode> getChildren()
Description copied from interface: Node
Returns the children of this Node. If the node represents character data the empty list is returned.

Specified by:
getChildren in interface Node
Returns:
An immutable list of the children of this Node.

isShared

boolean isShared()

getLocator

Locator getLocator()

setLocator

void setLocator(Locator loc)

getValueReference

ValueReference getValueReference()

setValueReference

void setValueReference(ValueReference vref)


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