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
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.