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.ExtensionHandler
attributes, commaSeparated
-
-
Constructor Summary
Constructors Constructor Description MobileHandler()
-
Method Summary
All 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.ExtensionHandler
create, getDateValue, getFloatValue, getIntegerValue, getURLValue, getYesNoBooleanValue
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
getAttributes
public ExtensionMetadata[] getAttributes()
- Overrides:
getAttributesin classExtensionHandler
-
reset
public void reset()
- Overrides:
resetin classExtensionHandler
-
-