• home |
  • next
  • previous |
  • Dojo Toolkit v1.3.0 documentation »
  • DojoX »

Table Of Contents

  • dojox.atom.io.model.Link
    • Public properties (and their types):
    • Public functions (and their return types):
    • See Also:

Previous topic

dojox.atom.io.model.Generator

Next topic

dojox.atom.io.model.Person

This Page

  • Show Source

dojox.atom.io.model.Link¶

Status:Draft
Version:1.0
Project owner:Benjamin Schell
Available:since V1.3

Contents

  • dojox.atom.io.model.Link
    • Public properties (and their types):
    • Public functions (and their return types):
    • See Also:

This object represents Link elements of the Atom specification.

Public properties (and their types):¶

Type Property Description
String href The URL for the Link
String hrefLang The hrefLang attribute, specifying what language the target link is in.
String rel The rel attribute, describing the relation of this link to the parent item
String title The title of the Link
String type The type of Link

Public functions (and their return types):¶

Below are all the functions implemented by this model class.

Return Type Function Description
Boolean accept(String) Returns whether this item accepts the given tag name. Overriden by child classes
undefined buildFromDom(DOMNode) Builds this Link from a given DOMNode.
String toString() Return the XML representation of the Link

See Also:¶

  • dojox.atom.io.model
© Copyright 2009, Dojo Foundation. Created using Sphinx 0.6.1.