Google Data APIs Client Library (1.38.0)
com.google.gdata.data.webmastertools
Class SitemapMobile
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.webmastertools.SitemapMobile
- All Implemented Interfaces:
- Extension
public class SitemapMobile
- extends ExtensionPoint
Represents list of available markup languages for mobile sitemap. The idea is
that this class lists all the available options for a given site and user
picks one of the options when submitting mobile sitemap.
Example:
...
HTML
WAP
| Methods inherited from class com.google.gdata.data.ExtensionPoint |
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild, visitChildren |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SITEMAP_MOBILE
public static final java.lang.String SITEMAP_MOBILE
- See Also:
- Constant Field Values
SitemapMobile
public SitemapMobile()
addMarkupLanguage
public void addMarkupLanguage(java.lang.String markupLanguage)
- Add another language to the markup language list.
getMarkupLanguages
public java.util.Collection<java.lang.String> getMarkupLanguages()
- Get all the markup languages.
generate
public void generate(com.google.gdata.util.common.xml.XmlWriter writer,
ExtensionProfile profile)
throws java.io.IOException
- Description copied from interface:
Extension
- Generates an XML representation for the extension.
- Specified by:
generate in interface Extension- Overrides:
generate in class AbstractExtension
- Parameters:
writer - XML writerprofile - extension profile
- Throws:
java.io.IOException
getHandler
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
- Description copied from class:
AbstractExtension
- The default implementation uses the
AbstractExtension.AttributesHandler to handle
parsing the extension.
- Specified by:
getHandler in interface Extension- Overrides:
getHandler in class ExtensionPoint
- Parameters:
extProfile - extension profilenamespace - extension namespacelocalName - tag name, without the namespace prefixattrs - tag attributes
- Returns:
- an element handler