org.apache.commons.feedparser
Class FeedParserState

java.lang.Object
  |
  +--org.apache.commons.feedparser.FeedParserState

public class FeedParserState
extends java.lang.Object

Version:
$Id: FeedParserState.java 159211 2005-03-27 23:24:21Z burton $

Field Summary
 java.lang.String base
          Deprecated.  
 org.jdom.Element current
           
 java.lang.String lang
          Deprecated.  
 
Constructor Summary
FeedParserState()
           
FeedParserState(org.jdom.Element current)
           
FeedParserState(FeedParserListener listener)
           
 
Method Summary
 java.util.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 java.lang.String lang
Deprecated.  

xml:lang


base

public java.lang.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 java.util.Locale getCurrentLocale()
Based on the current locale event model we return the current language. By default EN is returned.



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.