| Modifier and Type | Class and Description |
|---|---|
static class |
GmPublishingPriority.Value
Possible values for the indexing element.
|
| Constructor and Description |
|---|
GmPublishingPriority()
Creates a gm:publishing_priority tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate(XmlWriter w,
ExtensionProfile extProfile)
Generates an XML representation for the extension.
|
static ExtensionDescription |
getDefaultDescription()
Returns a description for this extension.
|
XmlParser.ElementHandler |
getHandler(ExtensionProfile extProfile,
String namespace,
String localName,
Attributes attrs)
Gets an XML element handler for the extension.
|
GmPublishingPriority.Value |
getValue() |
void |
setValue(GmPublishingPriority.Value value) |
public GmPublishingPriority()
public static ExtensionDescription getDefaultDescription()
public GmPublishingPriority.Value getValue()
public void setValue(GmPublishingPriority.Value value)
public void generate(XmlWriter w, ExtensionProfile extProfile) throws IOException
Extensiongenerate in interface Extensionw - XML writerextProfile - extension profileIOExceptionpublic XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)
ExtensiongetHandler in interface ExtensionextProfile - extension profilenamespace - extension namespacelocalName - tag name, without the namespace prefixattrs - tag attributesCopyright © 2012. All Rights Reserved.