Function
Function
Function
Function
Function
Function
Function
Function
Function
Class container for generic Atom items.
Class container for generic Atom items.
Function
Object
Function
Function
Function
Function
Function
The author's name.
The author's e-mail address.
A URI associated with the author.
Function to add in an author to the list of authors.
Function to add in an author to the list of authors.
Function
The author's name.
The author's e-mail address.
A URI associated with the author.
Function to add in an author to the list of authors.
Function to add in an author to the list of authors.
Function
The href.
A title to associate with the link.
The type of link is is.
Function to add in a link to the list of links.
Function to add in a link to the list of links.
Function
The href.
Function to remove a link from the list of links.
Function to remove a link from the list of links.
Function
Function to remove all basic links from the list of links.
Function to remove all basic link from the list of links.
Function
Function to add in a category to the list of categories.
Function to add in a category to the list of categories.
Function
The scheme to filter on.
Function to get all categories that match a particular scheme.
Function to get all categories that match a particular scheme.
Function
The scheme to filter on.
The term to filter on.
Function to remove all categories that match a particular scheme and term.
Function to remove all categories that match a particular scheme and term.
Function
The title to set.
The type of title format, text, xml, xhtml, etc.
Function to set the title of the item.
Function to set the title of the item.
Function
The namespace of the extension.
The name of the extension
The attributes associated with the extension.
The content of the extension.
Function to add in an extension namespace into the item.
Function to add in an extension namespace into the item.
Function
The namespace of the extension.
The name of the extension
Function to get extensions that match a namespace and name.
Function to get extensions that match a namespace and name.
Function
The namespace of the extension.
The name of the extension
Function to remove extensions that match a namespace and name.
Function to remove extensions that match a namespace and name.
Function
Function
Class container for 'Category' types.
Class container for 'Category' types.
Function
Function
Function
Function to construct string form of the category tag, which is an XML structure.
Function to construct string form of the category tag, which is an XML structure.
Function
The DOM node to process for content.
Function to do construction of the Category data from the DOM node containing it.
Function to do construction of the Category data from the DOM node containing it.
Function
Class container for 'Content' types. Such as summary, content, username, and so on types of data.
Class container for 'Content' types. Such as summary, content, username, and so on types of data.
Function
Function
Function
The DOM node to process for content. Handle checking for XML content as the content type
Function to do construction of the Content data from the DOM node containing it.
Function to do construction of the Content data from the DOM node containing it.
Function
Function to construct string form of the content tag, which is an XML structure.
Function to construct string form of the content tag, which is an XML structure.
Function
Class container for 'link' types.
Class container for 'link' types.
Function
Function
Function
DOM node to process for link data.
Function to do construction of the link data from the DOM node containing it.
Function to do construction of the link data from the DOM node containing it.
Function
Function to construct string form of the link tag, which is an XML structure.
Function to construct string form of the link tag, which is an XML structure.
Function
Class container for 'person' types, such as Author, controbutors, and so on.
Class container for 'person' types, such as Author, controbutors, and so on.
Function
Function
Function
Function
DOM node to process for person data.
Function to do construction of the person data from the DOM node containing it.
Function to do construction of the person data from the DOM node containing it.
Object
Function
Function to construct string form of the Person tag, which is an XML structure.
Function to construct string form of the Person tag, which is an XML structure.
Function
Class container for 'Generator' types.
Class container for 'Generator' types.
Function
Function
DOM node to process for link data.
Function to do construction of the generator data from the DOM node containing it.
Function to do construction of the generator data from the DOM node containing it.
Function
Function to construct string form of the Generator tag, which is an XML structure.
Function to construct string form of the Generator tag, which is an XML structure.
Function
Class container for 'Entry' types.
Class container for 'Entry' types.
Function
Object
Function
Function to construct string form of the entry tag, which is an XML structure.
Function to construct string form of the entry tag, which is an XML structure.
string
Function
Function to get the href that allows editing of this feed entry.
Function to get the href that allows editing of this feed entry.
The href that specifies edit capability.
string
Function
Function
Class container for 'Feed' types.
Class container for 'Feed' types.
Object
Function
The entry object to add.
Function to add an entry to this feed.
Function to add an entry to this feed.
Function
Function to get the first entry of the feed.
Function to get the first entry of the feed.
The first entry in the feed.
object
Function
Function to get an entry by its id.
Function to get an entry by its id.
The entry desired, or null if none.
Function
The entry.
Function to remove an entry from the list of links.
Function to remove an entry from the list of links.
Function
An array of entry objects to add to the feed.
Function to add a set of entries to the feed.
Function to get an entry by its id.
Function
Function to construct string form of the feed tag, which is an XML structure.
Function to construct string form of the feed tag, which is an XML structure.
Function
Function to Create a new entry object in the feed.
Function to Create a new entry object in the feed.
An empty entry object in the feed.
object
Function
Function to get the href that refers to this feed.
Function to get the href that refers to this feed.
The href that refers to this feed or null if none.
string
Function
Class container for 'Feed' types.
Class container for 'Feed' types.
Function
The DOM node to process for content.
Function to do construction of the Service data from the DOM node containing it.
Function to do construction of the Service data from the DOM node containing it.
Function
e URL to match collections against.
Function to collections that match a specific url.
Function to collections that match a specific url.
Function
Class container for 'Workspace' types.
Class container for 'Workspace' types.
Function
The DOM node to process for content.
Function to do construction of the Workspace data from the DOM node containing it.
Function to do construction of the Workspace data from the DOM node containing it.
Function
Class container for 'Collection' types.
Class container for 'Collection' types.
Function
The DOM node to process for content.
Function to do construction of the Collection data from the DOM node containing it.
Function to do construction of the Collection data from the DOM node containing it.
Object
Container for general constants.
Container for general constants.
Object
Container for tag handling functions.
Container for tag handling functions. Each child of this container is a handler function for the given type of node. Each accepts two parameters: obj: Object. The object to insert data into. node: DOM Node. The dom node containing the data
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Object
Function
The DOM node to inspect.
Utility function to create a date from a DOM node's text content.
Utility function to create a date from a DOM node's text content.
Date object from a DOM Node containing a ISO-8610 string.
Function
The string to escape
Utility function to escape XML special characters in an HTML string.
Utility function to escape XML special characters in an HTML string.
HTML String with special characters (<,>,&, ", etc,) escaped.
Function
The string to un-escape.
Utility function to un-escape XML special characters in an HTML string.
Utility function to un-escape XML special characters in an HTML string.
HTML String converted back to the normal text (unescaped) characters (<,>,&, ", etc,).
Function
The DOM node whose name to retrieve.
Utility function to get a node name and deal with IE's bad handling of namespaces on tag names.
Utility function to get a node name and deal with IE's bad handling of namespaces on tag names.
String The name without namespace prefixes.
Object
Object
Object
Object