--- messaging/manakai/lib/Message/Markup/Atom.dis 2006/04/29 11:05:09 1.1 +++ messaging/manakai/lib/Message/Markup/Atom.dis 2006/05/13 05:40:58 1.3 @@ -43,7 +43,7 @@ @DISCore:author: DISCore|Wakaba @License: license|Perl+MPL @Date: - $Date: 2006/04/29 11:05:09 $ + $Date: 2006/05/13 05:40:58 $ @Require: @@Module: @@ -1810,6 +1810,12 @@ The element is the document element of an Atom Feed Document. + {ISSUE:: + children be placed after + any other elements. Attributes creating children + should insert them before any entries? + } + @Attr: @@Name: authorElements @@enDesc: @@ -2713,6 +2719,27 @@ @@@@dlp:cloneCode: ManakaiAtomFeedElement.categoryElements.get @Attr: + @@Name: contentElement + @@enDesc: + The child element of the node. + @@Type: AtomContentElement + @@Get: + @@@enDesc: + It child element> + of the node. + @@@nullCase: + @@@@enDesc: + If the algorithm returns . + @@@NodeReadOnlyError: + @@@PerlDef: + __CODE{returnChildElement:: + $node => $self, + $namespaceURI => {}, + $localName => 'content', + $r => $r, + }__; + + @Attr: @@Name: contributorElements @@enDesc: A static list of child elements of the node.