Examples

Provides example snippets to understand the use of SDMParser APIs

ETag Support

private SDMODataEntry entryDoc;  //entryDoc corresponds to the XML document with entries
String eTag = entryDoc.getEtag();  //Passes a null value if the document does not contain an ETag.