public class FeedContentReader extends FeedReader
| Constructor and Description |
|---|
FeedContentReader(Feed feed)
Constructor.
|
FeedContentReader(Feed feed,
FeedReader extraFeedReader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qName) |
void |
endPrefixMapping(String prefix) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
void |
startPrefixMapping(String prefix,
String uri) |
void |
startTextElement(Attributes attrs)
Receives notification of the beginning of a text element.
|
endContent, endEntry, endFeed, endLink, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startContent, startEntry, startFeed, startLink, unparsedEntityDecl, warningpublic FeedContentReader(Feed feed)
feed - The feed object to update during the parsing.public FeedContentReader(Feed feed, FeedReader extraFeedReader)
feed - The feed object to update during the parsing.extraFeedReader - Custom handler of all events.public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class FeedReaderSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class FeedReaderSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class FeedReaderSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class FeedReaderSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class FeedReaderSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class FeedReaderSAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class FeedReaderSAXExceptionpublic void startTextElement(Attributes attrs)
attrs - The attributes attached to the element.Copyright © 2005–2016. All rights reserved.