public interface  org.apache.isis.applib.services.xmlsnapshot.XmlSnapshotService$Snapshot extends java.lang.Object
{
public abstract org.w3c.dom.Document getXmlDocument();
public abstract org.w3c.dom.Document getXsdDocument();
}