syncloud.google.docs.model.Namespace Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of syncloud-google-docs Show documentation
Show all versions of syncloud-google-docs Show documentation
Google Docs Syncloud Starage Adapter
The newest version!
package syncloud.google.docs.model;
import com.google.api.client.xml.XmlNamespaceDictionary;
public class Namespace {
public static final XmlNamespaceDictionary DICTIONARY = new XmlNamespaceDictionary()
.set("", "http://www.w3.org/2005/Atom")
.set("app", "http://www.w3.org/2007/app")
// .set("atom", "http://www.w3.org/2005/Atom")
.set("batch", "http://schemas.google.com/gdata/batch")
.set("docs", "http://schemas.google.com/docs/2007")
.set("gAcl", "http://schemas.google.com/acl/2007")
.set("gd", "http://schemas.google.com/g/2005")
.set("openSearch", "http://a9.com/-/spec/opensearch/1.1/")
.set("xml", "http://www.w3.org/XML/1998/namespace");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy