org.apache.commons.feedparser
Class FeedParserState

java.lang.Object
  extended by org.apache.commons.feedparser.FeedParserState

public class FeedParserState
extends Object

Version:
$Id: FeedParserState.java 373614 2006-01-30 22:31:21Z mvdb $
Author:
Kevin A. Burton (burtonator)

Field Summary
 String base
          Deprecated.  
 org.jdom.Element current
           
 String lang
          Deprecated.  
 
Constructor Summary
FeedParserState()
           
FeedParserState(org.jdom.Element current)
           
FeedParserState(FeedParserListener listener)
           
 
Method Summary
 Locale getCurrentLocale()
          Based on the current locale event model we return the current language.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

public org.jdom.Element current

lang

public String lang
Deprecated. 
xml:lang


base

public String base
Deprecated. 
xml:base

Constructor Detail

FeedParserState

public FeedParserState()

FeedParserState

public FeedParserState(org.jdom.Element current)

FeedParserState

public FeedParserState(FeedParserListener listener)
Method Detail

getCurrentLocale

public Locale getCurrentLocale()
Based on the current locale event model we return the current language. By default EN is returned.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.