/[suikacvs]/messaging/manakai/lib/Message/Markup/Atom.dis
Suika

Diff of /messaging/manakai/lib/Message/Markup/Atom.dis

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Sat Apr 29 11:05:09 2006 UTC revision 1.3 by wakaba, Sat May 13 05:40:58 2006 UTC
# Line 1810  IFClsETDef: Line 1810  IFClsETDef:
1810      The <XE::atom|feed> element is the document element      The <XE::atom|feed> element is the document element
1811      of an Atom Feed Document.      of an Atom Feed Document.
1812    
1813        {ISSUE::
1814          <XE::atom|entry> children <kwd:MUST> be placed after
1815          any other elements.  Attributes creating children
1816          should insert them before any entries?
1817        }
1818    
1819    @Attr:    @Attr:
1820      @@Name: authorElements      @@Name: authorElements
1821      @@enDesc:      @@enDesc:
# Line 2713  IFClsETDef: Line 2719  IFClsETDef:
2719          @@@@dlp:cloneCode: ManakaiAtomFeedElement.categoryElements.get          @@@@dlp:cloneCode: ManakaiAtomFeedElement.categoryElements.get
2720    
2721    @Attr:    @Attr:
2722        @@Name: contentElement
2723        @@enDesc:
2724          The <XE::atom|content> child element of the node.
2725        @@Type: AtomContentElement
2726        @@Get:
2727          @@@enDesc:
2728            It <kwd:MUST> <I::return a <XE::atom|content> child element>
2729            of the node.
2730          @@@nullCase:
2731            @@@@enDesc:
2732              If the algorithm returns <DOM::null>.
2733          @@@NodeReadOnlyError:
2734          @@@PerlDef:
2735            __CODE{returnChildElement::
2736              $node => $self,
2737              $namespaceURI => {<Q::atom|>},
2738              $localName => 'content',
2739              $r => $r,
2740            }__;
2741    
2742      @Attr:
2743      @@Name: contributorElements      @@Name: contributorElements
2744      @@enDesc:      @@enDesc:
2745        A static list of <XE::atom|contributor> child elements of the node.        A static list of <XE::atom|contributor> child elements of the node.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24