Class LinksHandler
- java.lang.Object
- 
- org.xml.sax.helpers.DefaultHandler
- 
- crawlercommons.sitemaps.sax.extension.ExtensionHandler
- 
- crawlercommons.sitemaps.sax.extension.LinksHandler
 
 
 
- 
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
 
 public class LinksHandler extends ExtensionHandler Handle SAX events in the Google Image sitemap extension namespace.
- 
- 
Field Summary- 
Fields inherited from class crawlercommons.sitemaps.sax.extension.ExtensionHandlerattributes, commaSeparated
 
- 
 - 
Constructor SummaryConstructors Constructor Description LinksHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartElement(String uri, String localName, String qName, Attributes attributes)- 
Methods inherited from class crawlercommons.sitemaps.sax.extension.ExtensionHandlercreate, getAttributes, getDateValue, getFloatValue, getIntegerValue, getURLValue, getYesNoBooleanValue, reset
 - 
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
 
 
- 
 
-