new AtomFeed( [json])
The Atom data formats provide a format for web content and metadata syndication.
The JSON data format is specific to GEDCOM X and is a translation to JSON from the XML.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
json |
Object |
<optional> |
Extends
Methods
-
getBase()
-
Get the base
- Inherited From:
Returns:
base- Type
- String
-
getLang()
-
Get the lang
- Inherited From:
Returns:
lang- Type
- String
-
init(json)
-
Initialize from JSON
Parameters:
Name Type Description json
Object - Inherited From:
Returns:
this- Type
- AtomCommon
-
setBase(base)
-
Set the base attribute
Parameters:
Name Type Description base
String - Inherited From:
Returns:
this- Type
- AtomCommon
-
setLang(lang)
-
Set the lang
Parameters:
Name Type Description lang
String - Inherited From:
Returns:
this- Type
- AtomCommon
-
toJSON()
-
Export the object as JSON
- Inherited From:
Returns:
JSON object- Type
- Object