org.rometools.feed.module.base.io
Class GoogleBaseParser
java.lang.Object
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
Constructor Summary |
GoogleBaseParser()
Creates a new instance of GoogleBaseParser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GoogleBaseParser
public GoogleBaseParser()
- Creates a new instance of GoogleBaseParser
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.