Lizzy v1.1.1

christophedelory.atom
Class Common

java.lang.Object
  extended by christophedelory.atom.Common
Direct Known Subclasses:
Category, Entry, Generator, Person, Source, Type, URIContainer

public class Common
extends Object

The common definitions in an Atom element.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Common()
           
 
Method Summary
 String getBaseString()
          Returns the base URI for resolving any relative references found within the effective scope of this attribute.
 String getLang()
          Returns the natural language for this element and its descendents.
 void setBaseString(String base)
          Initializes the base URI for resolving any relative references found within the effective scope of this attribute.
 void setLang(String lang)
          Initializes the natural language for this element and its descendents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Common

public Common()
Method Detail

getBaseString

public String getBaseString()
Returns the base URI for resolving any relative references found within the effective scope of this attribute.
Refer to XML Base for more details.

Returns:
an URI as a string. May be null.
See Also:
setBaseString(java.lang.String)

setBaseString

public void setBaseString(String base)
Initializes the base URI for resolving any relative references found within the effective scope of this attribute.

Parameters:
base - an URI as a string. May be null.
See Also:
getBaseString()

getLang

public String getLang()
Returns the natural language for this element and its descendents.
Refer to Extensible Markup Language (XML) 1.0 (Third Edition) for more details.

Returns:
a language tag. May be null.
See Also:
setLang(java.lang.String)

setLang

public void setLang(String lang)
Initializes the natural language for this element and its descendents.

Parameters:
lang - a language tag. May be null.
See Also:
setLang(java.lang.String)

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.