SASAX-RSS parser

Package jp.ne.dti.lares.foozy.sasax.rss

Package for RSS(RDF Site Summary) XML document parser on SASAX framework.

See:
          Description

Interface Summary
RDF Constants for RDF.
RSS Constants for RSS(RDF Site Summary).
 

Class Summary
ChannelElement Class to parse "channel" element of RSS.
EnsureAttribute Ensure specified attribute in "startElement" event.
EnsureRDFAbout This examine "rdf:about" attribute.
EnsureRDFResource This examine "rdf:resource" attribute.
ImageElement Class to parse "image" element of RSS.
ItemElement Class to parse "item" element of RSS.
RDFSeqElement Class to parse "rdf:Seq" element of RSS.
RSSRootElement Class to parse XML document as RSS.
TextinputElement Class to parse "textinput" element of RSS.
 

Package jp.ne.dti.lares.foozy.sasax.rss Description

Package for RSS(RDF Site Summary) XML document parser on SASAX framework.


SASAX-RSS parser