XooMLDriver Class
An XooML utility interacts with an storage and is responsible for reading and writing XooML fragments. This is an implementation of XooML utility using Dropbox as the storage.
For ItemMirror core developers only. Enable protected to see.
Constructor
Item Index
Methods
checkExists
(
protected
-
callback
Check if the XooML fragment exists
getXooMLFragment
(
protected
-
callback(content)
Reads and returns a XooML fragment
Parameters:
-
callback(content)
FunctionFunction to be called when self function is finished with it's operation. content is the content of the XooML fragment.
setXooMLFragment
(
protected
-
uri
-
fragment
-
callback(content)
Writes a XooML fragment