Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 4642 invoked from network); 14 Jul 2006 16:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 16:41:32 -0000 Received: (qmail 19977 invoked by uid 500); 14 Jul 2006 16:41:31 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 19957 invoked by uid 500); 14 Jul 2006 16:41:31 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 19943 invoked by uid 99); 14 Jul 2006 16:41:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 09:41:31 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 09:41:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3E3FC1A9827; Fri, 14 Jul 2006 09:40:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421941 [6/15] - in /incubator/abdera/site/trunk/docs/api: ./ org/apache/abdera/ext/ org/apache/abdera/ext/opensearch/ org/apache/abdera/ext/thread/ org/apache/abdera/factory/ org/apache/abdera/filter/ org/apache/abdera/model/ org/apache/ab... Date: Fri, 14 Jul 2006 16:40:12 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060714164033.3E3FC1A9827@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Category.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Category.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Category.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Category.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Category (Abdera) @@ -118,10 +118,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -182,15 +178,6 @@  void -setScheme(java.net.URI scheme) - -
-          RFC4287: The "scheme" attribute is an IRI that identifies a - categorization scheme. - - - - void setTerm(java.lang.String term)
@@ -204,7 +191,7 @@ Methods inherited from interface org.apache.abdera.model.ExtensibleElement -addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExte nsion, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension +addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension   @@ -213,7 +200,7 @@ Methods inherited from interface org.apache.abdera.model.Element -discard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText +discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText   @@ -291,24 +278,6 @@

Throws:
java.net.URISyntaxException -
- -
- -

-setScheme

-
-void setScheme(java.net.URI scheme)
-
-
RFC4287: The "scheme" attribute is an IRI that identifies a - categorization scheme. Category elements MAY have a "scheme" - attribute. -

-

-
-
-
-

Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Collection.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Collection.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Collection.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Collection.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Collection (Abdera) @@ -118,10 +118,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -204,15 +200,6 @@  void -setHref(java.net.URI href) - -
-          APP Draft-08: The app:collection element MUST contain a "href" - attribute, whose value gives the IRI of the collection. - - - - void setTitle(java.lang.String title)
@@ -226,7 +213,7 @@ Methods inherited from interface org.apache.abdera.model.ExtensibleElement -addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExte nsion, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension +addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension   @@ -235,7 +222,7 @@ Methods inherited from interface org.apache.abdera.model.Element -discard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText +discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText   @@ -329,23 +316,6 @@

Throws:
java.net.URISyntaxException -
- -
- -

-setHref

-
-void setHref(java.net.URI href)
-
-
APP Draft-08: The app:collection element MUST contain a "href" - attribute, whose value gives the IRI of the collection. -

-

-
-
-
-

Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.Type.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.Type.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.Type.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.Type.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Content.Type (Abdera) Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Content.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Content (Abdera) @@ -170,10 +170,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -298,15 +294,6 @@  void -setMimeType(javax.activation.MimeType type) - -
-          RFC4287: On the atom:content element, the value of the "type" - attribute MAY be one of "text", "html", or "xhtml". - - - - void setMimeType(java.lang.String type)
@@ -325,15 +312,6 @@  void -setSrc(java.net.URI src) - -
-          RFC4287: atom:content MAY have a "src" attribute, whose value MUST - be an IRI reference. - - - - void setValue(java.lang.String value)
@@ -371,7 +349,7 @@ Methods inherited from interface org.apache.abdera.model.Element -discard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText +discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText   @@ -474,31 +452,11 @@


-

-setMimeType

-
-void setMimeType(javax.activation.MimeType type)
-
-
RFC4287: On the atom:content element, the value of the "type" - attribute MAY be one of "text", "html", or "xhtml". Failing that, - it MUST conform to the syntax of a MIME media type, but MUST NOT - be a composite type. If neither the type attribute nor - the src attribute is provided, Atom Processors MUST behave as though - the type attribute were present with a value of "text". -

-

-
-
-
-
-
-
-
-

setMimeType

-void setMimeType(java.lang.String type)
+void setMimeType(java.lang.String type) + throws javax.activation.MimeTypeParseException
RFC4287: On the atom:content element, the value of the "type" attribute MAY be one of "text", "html", or "xhtml". Failing that, @@ -511,7 +469,9 @@
-
+ +
Throws: +
javax.activation.MimeTypeParseException

@@ -558,30 +518,6 @@
Throws:
java.net.URISyntaxException -
- -
- -

-setSrc

-
-void setSrc(java.net.URI src)
-
-

RFC4287: atom:content MAY have a "src" attribute, whose value MUST - be an IRI reference. If the "src" attribute is present, atom:content - MUST be empty. Atom Processors MAY use the IRI to retrieve the - content and MAY choose to ignore remote content or to present it in a - different manner than local content.

- -

If the "src" attribute is present, the "type" attribute SHOULD be - provided and MUST be a MIME media type, rather than "text", "html", - or "xhtml".

-

-

-
-
-
-

Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Control.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Control.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Control.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Control.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Control (Abdera) @@ -135,10 +135,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -182,7 +178,7 @@ Methods inherited from interface org.apache.abdera.model.ExtensibleElement -addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExte nsion, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension +addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension   @@ -191,7 +187,7 @@ Methods inherited from interface org.apache.abdera.model.Element -discard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText +discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText   Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/DateTime.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/DateTime.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/DateTime.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/DateTime.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + DateTime (Abdera) @@ -102,10 +102,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -207,7 +203,7 @@ Methods inherited from interface org.apache.abdera.model.Element -discard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText +discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText   Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Div.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Div.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Div.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Div.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Div (Abdera) @@ -101,10 +101,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -188,7 +184,7 @@ Methods inherited from interface org.apache.abdera.model.ExtensibleElement -addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExte nsion, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension +addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension   @@ -197,7 +193,7 @@ Methods inherited from interface org.apache.abdera.model.Element -discard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText +discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText   Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Document.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Document.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Document.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Document.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Document (Abdera) @@ -106,10 +106,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -173,14 +169,6 @@  void -setBaseUri(java.net.URI base) - -
-          Sets the Base URI of the document. - - - - void setCharset(java.lang.String charset)
@@ -189,7 +177,7 @@  void -setContentType(javax.activation.MimeType contentType) +setContentType(java.lang.String contentType)
          Sets the content type for this document @@ -282,23 +270,6 @@


-

-setBaseUri

-
-void setBaseUri(java.net.URI base)
-
-
Sets the Base URI of the document. All relative URI's contained in the - document will be resolved according to this base. -

-

-
-
-
-
-
-
-
-

setBaseUri

@@ -335,10 +306,11 @@
 
 
-

+

setContentType

-void setContentType(javax.activation.MimeType contentType)
+void setContentType(java.lang.String contentType) + throws javax.activation.MimeTypeParseException
Sets the content type for this document

@@ -346,7 +318,9 @@

-
+ +
Throws: +
javax.activation.MimeTypeParseException

Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Element.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Element.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Element.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Element.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Element (Abdera) @@ -92,7 +92,7 @@
All Superinterfaces:
Base, java.lang.Cloneable, java.io.Serializable
-
All Known Subinterfaces:
Category, Collection, Content, Control, DateTime, Div, Entry, ExtensibleElement< /A>, Feed, Generator, IRI, Link, Person, Service, Source, Text, Workspace
+
All Known Subinterfaces:
Category, Collection, Content, Control, DateTime, Div, Entry, ExtensibleElement< /A>, Feed, Generator, InReplyTo, IRI, ItemsPerPage, Link, Person, Service, Source, StartIndex, Text, Total, TotalResults, Workspace

@@ -104,10 +104,6 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com)
-

@@ -130,16 +126,16 @@ - java.lang.String -getAttributeValue(javax.xml.namespace.QName qname) + java.util.List<javax.xml.namespace.QName> +getAttributes()
-          Returns the value of the named attribute +          Returns a listing of all attributes on this element  java.lang.String -getAttributeValue(java.lang.String name) +getAttributeValue(javax.xml.namespace.QName qname)
          Returns the value of the named attribute @@ -147,8 +143,7 @@  java.lang.String -getAttributeValue(java.lang.String namespace, - java.lang.String localPart) +getAttributeValue(java.lang.String name)
          Returns the value of the named attribute @@ -181,6 +176,16 @@ + java.util.List<javax.xml.namespace.QName> +getExtensionAttributes() + +
+          Returns a listing of extension attributes on this element + (extension attributes are attributes whose namespace URI + is different than the elements) + + + @@ -334,16 +339,15 @@ - +            - -
 voidsetAttributeValue(javax.xml.namespace.QName qname, - java.lang.String value) +removeAttribute(javax.xml.namespace.QName qname)
-          Sets the value of the named attribute
 voidsetAttributeValue(java.lang.String name, +setAttributeValue(javax.xml.namespace.QName qname, java.lang.String value)
@@ -352,9 +356,7 @@
 voidsetAttributeValue(java.lang.String namespace, - java.lang.String localPart, - java.lang.String prefix, +setAttributeValue(java.lang.String name, java.lang.String value)
@@ -704,13 +706,12 @@
-

-getAttributeValue

+

+getAttributes

-java.lang.String getAttributeValue(java.lang.String namespace,
-                                   java.lang.String localPart)
+java.util.List<javax.xml.namespace.QName> getAttributes()
-
Returns the value of the named attribute +
Returns a listing of all attributes on this element

@@ -721,13 +722,14 @@

-

-setAttributeValue

+

+getExtensionAttributes

-void setAttributeValue(java.lang.String name,
-                       java.lang.String value)
+java.util.List<javax.xml.namespace.QName> getExtensionAttributes()
-
Sets the value of the named attribute +
Returns a listing of extension attributes on this element + (extension attributes are attributes whose namespace URI + is different than the elements)

@@ -738,10 +740,24 @@

-

+

+removeAttribute

+
+void removeAttribute(javax.xml.namespace.QName qname)
+
+
+
+
+
+
+
+
+
+ +

setAttributeValue

-void setAttributeValue(javax.xml.namespace.QName qname,
+void setAttributeValue(java.lang.String name,
                        java.lang.String value)
Sets the value of the named attribute @@ -755,12 +771,10 @@

-

+

setAttributeValue

-void setAttributeValue(java.lang.String namespace,
-                       java.lang.String localPart,
-                       java.lang.String prefix,
+void setAttributeValue(javax.xml.namespace.QName qname,
                        java.lang.String value)
Sets the value of the named attribute