|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnknownLocatorException | |
|---|---|
| org.planx.xmlstore.io | |
| org.planx.xmlstore.nodes | |
| Uses of UnknownLocatorException in org.planx.xmlstore.io |
|---|
| Methods in org.planx.xmlstore.io that throw UnknownLocatorException | |
|---|---|
void |
MemoryFileSystem.copy(FileSystem fs,
LocalLocator fromLoc,
LocalLocator locTo)
|
void |
LocalFileSystem.copy(FileSystem fs,
LocalLocator fromLoc,
LocalLocator locTo)
|
void |
FileSystem.copy(FileSystem fs,
LocalLocator fromLoc,
LocalLocator toLoc)
Copies the data at fromLoc in the specified
FileSystem to toLoc in this
FileSystem. |
void |
MemoryFileSystem.free(LocalLocator loc)
Does nothing. |
void |
LocalFileSystem.free(LocalLocator l)
|
void |
FileSystem.free(LocalLocator loc)
Frees the space occupied by the specified LocalLocator. |
DataInput |
MemoryFileSystem.getInput(LocalLocator l)
|
DataInput |
LocalFileSystem.getInput(LocalLocator l)
|
DataInput |
FileSystem.getInput(LocalLocator loc)
Positions the input at the specified location and returns a DataInput for reading. |
DataOutput |
MemoryFileSystem.getOutput(LocalLocator l)
Only append allowed. |
DataOutput |
LocalFileSystem.getOutput(LocalLocator l)
|
DataOutput |
FileSystem.getOutput(LocalLocator loc)
Positions the output at the specified location and returns a DataOutpu for writing. |
| Uses of UnknownLocatorException in org.planx.xmlstore.nodes |
|---|
| Methods in org.planx.xmlstore.nodes that throw UnknownLocatorException | |
|---|---|
SystemNode |
NodeConverter.load(LocalLocator loc,
Reference secondaryRef,
LocalLocator bound,
FileSystem fs,
LocatorListener listener)
The secondary Reference of the node is used to construct child
NodeProxys with plausible secondary references. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||