org.rometools.feed.module.base.io
Class GoogleBaseParser

java.lang.Object
  extended by org.rometools.feed.module.base.io.GoogleBaseParser
All Implemented Interfaces:
com.sun.syndication.io.ModuleParser

public class GoogleBaseParser
extends Object
implements com.sun.syndication.io.ModuleParser

DOCUMENT ME!

Version:
$Revision: 1.3 $
Author:
Robert "kebernet" Cooper

Field Summary
static char[] FLOAT_CHARS
           
static char[] INTEGER_CHARS
           
static SimpleDateFormat LONG_DT_FMT
           
static SimpleDateFormat SHORT_DT_FMT
           
 
Constructor Summary
GoogleBaseParser()
          Creates a new instance of GoogleBaseParser
 
Method Summary
 String getNamespaceUri()
           
 com.sun.syndication.feed.module.Module parse(org.jdom.Element element)
           
static String stripNonValidCharacters(char[] validCharacters, String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER_CHARS

public static final char[] INTEGER_CHARS

FLOAT_CHARS

public static final char[] FLOAT_CHARS

SHORT_DT_FMT

public static final SimpleDateFormat SHORT_DT_FMT

LONG_DT_FMT

public static final SimpleDateFormat LONG_DT_FMT
Constructor Detail

GoogleBaseParser

public GoogleBaseParser()
Creates a new instance of GoogleBaseParser

Method Detail

parse

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

stripNonValidCharacters

public static String stripNonValidCharacters(char[] validCharacters,
                                             String input)

getNamespaceUri

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


Copyright © 2013 ROME Project. All Rights Reserved.