Package org.planx.xmlstore

XMLStore is a peer-to-peer persistence layer with a value-oriented interface for storing and retrieving semi-structured data.

See:
          Description

Interface Summary
Attribute The Attribute interface represents an attribute in an XML element.
ExecXMLStore<R extends Reference> An ExecXMLStore adds the ability to execute code (stored in the XML Store) to an XML Store.
NameServer<R extends Reference>  
Node A Node.
Reference A Reference that can be used to load a Node from an XMLStore.
StoredCode<R extends Reference> Interface describing code to be executed by an ExecXMLStore.
XMLStore<R extends Reference> An XMLStore provides facilities for persisting semi-structured data in the form of Nodes.
 

Class Summary
DocAttribute An Attribute returned by DocNode.
DocNode DocNode is an occurrence of a Node in a document.
NodeFactory  
 

Exception Summary
ExecException  
NameAlreadyBoundException  
NameServerException  
StaleReferenceException  
UnknownReferenceException  
XMLException  
 

Package org.planx.xmlstore Description

XMLStore is a peer-to-peer persistence layer with a value-oriented interface for storing and retrieving semi-structured data. If the environment variable XMLSTORE_DATA is set, the value will be used to specified a local file system path for storing data. If XMLSTORE_DATA is empty the current directory will be used.



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