net.sourceforge.buildmonitor.utils
Class RssFeedReader.RssFeedContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.sourceforge.buildmonitor.utils.RssFeedReader.RssFeedContentHandler
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
- Enclosing class:
- RssFeedReader
public class RssFeedReader.RssFeedContentHandler
- extends org.xml.sax.helpers.DefaultHandler
Method Summary |
void |
characters(char[] theCharacters,
int theStartIndex,
int theLength)
|
void |
endElement(java.lang.String theNameSpace,
java.lang.String theLocalName,
java.lang.String theQName)
|
RssFeedDocument |
getDocument()
|
void |
startDocument()
|
void |
startElement(java.lang.String theNameSpace,
java.lang.String theLocalName,
java.lang.String theQName,
org.xml.sax.Attributes theAttributes)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssFeedReader.RssFeedContentHandler
public RssFeedReader.RssFeedContentHandler(java.text.DateFormat theRssFeedDateFormat)
startDocument
public void startDocument()
- Specified by:
startDocument
in interface org.xml.sax.ContentHandler
- Overrides:
startDocument
in class org.xml.sax.helpers.DefaultHandler
startElement
public void startElement(java.lang.String theNameSpace,
java.lang.String theLocalName,
java.lang.String theQName,
org.xml.sax.Attributes theAttributes)
- Specified by:
startElement
in interface org.xml.sax.ContentHandler
- Overrides:
startElement
in class org.xml.sax.helpers.DefaultHandler
endElement
public void endElement(java.lang.String theNameSpace,
java.lang.String theLocalName,
java.lang.String theQName)
- Specified by:
endElement
in interface org.xml.sax.ContentHandler
- Overrides:
endElement
in class org.xml.sax.helpers.DefaultHandler
characters
public void characters(char[] theCharacters,
int theStartIndex,
int theLength)
- Specified by:
characters
in interface org.xml.sax.ContentHandler
- Overrides:
characters
in class org.xml.sax.helpers.DefaultHandler
getDocument
public RssFeedDocument getDocument()
Copyright © 2007. All Rights Reserved.