dojox/atom/io/model.Person (version 1.10)

Summary

Class container for 'person' types, such as Author, contributors, and so on.

Usage

var foo = new model.Person(personType,name,email,uri);
dojox/atom/io/model
Parameter Type Description
personType undefined
name undefined
email undefined
uri undefined

Property Summary

Method Summary

Properties

_accepts
Defined by: dojox/atom/io/model

Methods

_getAttributeNames()
Defined by dojox/atom/io/model
Returns:null
_postBuild()
Defined by dojox/atom/io/model
_saveAttributes(node)
Defined by dojox/atom/io/model
Parameter Type Description
node undefined
accept(tag)
Defined by dojox/atom/io/model
Parameter Type Description
tag undefined
Returns:undefined
addAttribute(name,value)
Defined by dojox/atom/io/model
Parameter Type Description
name undefined
value undefined
addContent(content)
Defined by dojox/atom/io/model
Parameter Type Description
content undefined
buildFromDom(node)
Defined by dojox/atom/io/model

Function to do construction of the person data from the DOM node containing it.

Parameter Type Description
node undefined

The DOM node to process for person data.

getAttribute(name)
Defined by dojox/atom/io/model
Parameter Type Description
name undefined
Returns:undefined
toString()
Defined by dojox/atom/io/model

Function to construct string form of the Person tag, which is an XML structure.

Returns:undefined
Error in the documentation? Can’t find what you are looking for? Let us know!