com.sun.syndication.samples.module
Class SampleModuleParser

java.lang.Object
  extended bycom.sun.syndication.samples.module.SampleModuleParser
All Implemented Interfaces:
com.sun.syndication.io.ModuleParser

public class SampleModuleParser
extends java.lang.Object
implements com.sun.syndication.io.ModuleParser

Parser for the Sample ModuleImpl.

Author:
Alejandro Abdelnur

Constructor Summary
SampleModuleParser()
           
 
Method Summary
 java.lang.String getNamespaceUri()
           
 com.sun.syndication.feed.module.Module parse(org.jdom.Element dcRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleModuleParser

public SampleModuleParser()
Method Detail

getNamespaceUri

public java.lang.String getNamespaceUri()
Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleParser

parse

public com.sun.syndication.feed.module.Module parse(org.jdom.Element dcRoot)
Specified by:
parse in interface com.sun.syndication.io.ModuleParser


Copyright © 2004-2006 Sun Microsystems. All Rights Reserved.