Uses of Class
org.basex.data.atomic.DataClip

Packages that use DataClip
org.basex.data Database structures. 
org.basex.data.atomic   
org.basex.index.resource   
 

Uses of DataClip in org.basex.data
 

Methods in org.basex.data with parameters of type DataClip
 void Data.insert(int tpre, int tpar, DataClip source)
          Inserts a data instance at the specified pre value.
 void Data.insertAttr(int pre, int par, DataClip source)
          Inserts attributes.
 void Data.replace(int tpre, DataClip source)
          Replaces parts of the database with the specified data instance.
 

Uses of DataClip in org.basex.data.atomic
 

Methods in org.basex.data.atomic with parameters of type DataClip
 void AtomicUpdateList.addInsert(int pre, int par, DataClip clip, boolean attr)
          Adds an insert atomic to the list.
 void AtomicUpdateList.addReplace(int pre, DataClip clip)
          Adds a replace atomic to the list.
 

Uses of DataClip in org.basex.index.resource
 

Methods in org.basex.index.resource with parameters of type DataClip
 void Resources.insert(int pre, DataClip clip)
          Adds entries to the index and updates subsequent nodes.
 void Resources.replace(int pre, int size, DataClip clip)
          Replaces entries in the index.