Uses of Class
dke.smwp.serialize.FragmentSer

Packages that use FragmentSer
dke.smwp.serialize   
 

Uses of FragmentSer in dke.smwp.serialize
 

Methods in dke.smwp.serialize with parameters of type FragmentSer
protected static java.util.Hashtable SerializeTupleModification.tupleAsXMLTuple(FragmentSer frag, TColumnTable tuple)
          converts tuple data from TColumn into an Hashtable containing column description QName as key, and tuple data as data;
protected static TupleModificationDescr SerializeTupleModification.buildModificationDescrObj(FragmentSer frag, java.lang.String rowId, TColumnTable newTuple, int mod)