public class NewsHandler extends ExtensionHandler
attributes, commaSeparated
Constructor and Description |
---|
NewsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
ExtensionMetadata[] |
getAttributes() |
void |
reset() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
create, getDateValue, getFloatValue, getIntegerValue, getURLValue, getYesNoBooleanValue
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public void reset()
reset
in class ExtensionHandler
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
SAXException
public ExtensionMetadata[] getAttributes()
getAttributes
in class ExtensionHandler
Copyright © 2009–2021 Crawler-Commons. All rights reserved.