org.openprivacy.reptile
Class RSSANameChannelSerializer

java.lang.Object
  |
  +--org.openprivacy.reptile.RSSANameChannelSerializer

public class RSSANameChannelSerializer
extends java.lang.Object

Author:
Kevin A. Burton

Constructor Summary
RSSANameChannelSerializer(java.lang.String resource)
          Create a new RSSANameChannelSerializer instance.
 
Method Summary
 java.lang.String[] getNamedAnchors(java.lang.String html)
          Get all links for this content.
 java.lang.String getRSS()
          Get the resource as an RSS stream with mod_content
static void main(java.lang.String[] args)
          Handle operations from the command line.
 void parse()
          Parse this channel.
static void syntax()
          Display syntax.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSANameChannelSerializer

public RSSANameChannelSerializer(java.lang.String resource)
Create a new RSSANameChannelSerializer instance.

Method Detail

parse

public void parse()
           throws java.lang.Exception
Parse this channel. This should be called before any other methods that return any data.

java.lang.Exception

getNamedAnchors

public java.lang.String[] getNamedAnchors(java.lang.String html)
                                   throws java.lang.Exception
Get all links for this content. Links are denoted as all links

java.lang.Exception

getRSS

public java.lang.String getRSS()
                        throws java.lang.Exception
Get the resource as an RSS stream with mod_content

java.lang.Exception

syntax

public static void syntax()
Display syntax.


main

public static void main(java.lang.String[] args)
Handle operations from the command line.