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

Summary

Class container for 'Content' types. Such as summary, content, username, and so on types of data.

Usage

var foo = new model.Content(tagName,value,src,type,xmlLang);
dojox/atom/io/model
Parameter Type Description
tagName undefined
value undefined
src undefined
type undefined
xmlLang undefined

Method Summary

Methods

_getAttributeNames()
Defined by dojox/atom/io/model
Returns:Array
_postBuild()
Defined by dojox/atom/io/model
_saveAttributes(node)
Defined by dojox/atom/io/model
Parameter Type Description
node 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 Content data from the DOM node containing it.

Parameter Type Description
node DOMNode

The DOM node to process for content.

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 content tag, which is an XML structure.

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