Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
95 /** allows to get list of child elements and to check if an element with a
99 It is also possible to use this interface to get read access to
102 call. But the recommended way is to use <type>XStorage</type>
109 /** allows to control and track lifetime of the storage.
112 In case a storage is disposed any call to it's methods should result
122 /** allows to copy current storage to another one
131 a destination storage this storage must be copied to.
152 /** allows to get access to a child stream of the storage.
192 /** allows to get access to a child encrypted stream with password.
213 this parameter allowes to specify a reading password for the
247 /** allows to get access to a child storage.
283 /** allows to get readonly copy of a child stream of the storage.
317 /** allows to get readonly copy of a child encrypted stream with password.
331 This method allows to specify reading password for the child stream
339 this parameter allowes to specify a reading password for the
372 /** allows to get copy of this storage at the state of it's last commit.
402 /** allows to get copy of a child storage at the state of it's last commit.
437 /** allows to check if an element is a child stream with specified name.
445 the name of the element to check
468 /** allows to check if an element is a child storage with specified name.
476 the name of the element to check
501 the name of the element to remove
530 the old name of the element to rename
533 the new name of the element to rename
563 /** allows to copy an entry from one storage to another.
607 /** allows to move an entry from one storage to another.