XmlSnapshotService.Snapshot

API

XmlSnapshotService_Snapshot.java
interface Snapshot {
  Document getXmlDocument()     (1)
  Document getXsdDocument()     (2)
}
1 getXmlDocument()

Converts the snapshotted state into an XML document.

2 getXsdDocument()

Creates a corresponding XSD that describes the structure of the exported XML.

Members

getXmlDocument()

Converts the snapshotted state into an XML document.

getXsdDocument()

Creates a corresponding XSD that describes the structure of the exported XML.