|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 | |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||