Class MobileHandler
- java.lang.Object
- 
- org.xml.sax.helpers.DefaultHandler
- 
- crawlercommons.sitemaps.sax.extension.ExtensionHandler
- 
- crawlercommons.sitemaps.sax.extension.MobileHandler
 
 
 
- 
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
 
 public class MobileHandler extends ExtensionHandler Handle SAX events in the Google Mobile sitemap extension namespace.
- 
- 
Field Summary- 
Fields inherited from class crawlercommons.sitemaps.sax.extension.ExtensionHandlerattributes, commaSeparated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MobileHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionMetadata[]getAttributes()voidreset()voidstartElement(String uri, String localName, String qName, Attributes attributes)- 
Methods inherited from class crawlercommons.sitemaps.sax.extension.ExtensionHandlercreate, getDateValue, getFloatValue, getIntegerValue, getURLValue, getYesNoBooleanValue
 - 
Methods inherited from class org.xml.sax.helpers.DefaultHandlercharacters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
- 
 
- 
- 
- 
Method Detail- 
startElementpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
- startElementin interface- ContentHandler
- Overrides:
- startElementin class- DefaultHandler
- Throws:
- SAXException
 
 - 
getAttributespublic ExtensionMetadata[] getAttributes() - Overrides:
- getAttributesin class- ExtensionHandler
 
 - 
resetpublic void reset() - Overrides:
- resetin class- ExtensionHandler
 
 
- 
 
-