Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 35392 invoked from network); 10 Jul 2006 23:54:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 23:54:48 -0000 Received: (qmail 45872 invoked by uid 500); 10 Jul 2006 23:54:48 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 45851 invoked by uid 500); 10 Jul 2006 23:54:48 -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 45841 invoked by uid 99); 10 Jul 2006 23:54:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 16:54:48 -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; Mon, 10 Jul 2006 16:54:38 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4C17E1A9827; Mon, 10 Jul 2006 16:53:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r420663 [6/13] - in /incubator/abdera/site/trunk/docs/api: ./ org/apache/abdera/factory/ org/apache/abdera/filter/ org/apache/abdera/model/ org/apache/abdera/parser/ org/apache/abdera/writer/ org/apache/abdera/xpath/ Date: Mon, 10 Jul 2006 23:53:43 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060710235355.4C17E1A9827@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/Div.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/model/Div.html?rev=420663&r1=420662&r2=420663&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 Mon Jul 10 16:53:40 2006 @@ -2,7 +2,7 @@ - + Div (Abdera) @@ -89,11 +89,11 @@
Interface Div
-
All Superinterfaces:
Base, java.lang.Cloneable, Element, ExtensibleElement, ExtensionElement, java.io.Serializable, StringElement
+
All Superinterfaces:
Base, java.lang.Cloneable, Element, ExtensibleElement, java.io.Serializable

-
public interface Div
extends ExtensibleElement, StringElement
+
public interface Div
extends ExtensibleElement

@@ -135,6 +135,14 @@ + java.lang.String +getValue() + +
+            + + +  java.lang.String[] getXhtmlClass() @@ -160,6 +168,14 @@  void +setValue(java.lang.String value) + +
+            + + + + void setXhtmlClass(java.lang.String[] classes)
@@ -172,25 +188,25 @@ Methods inherited from interface org.apache.abdera.model.ExtensibleElement -addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions +addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExte nsion, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension - + - +
Methods inherited from interface org.apache.abdera.model.StringElementMethods inherited from interface org.apache.abdera.model.Element
getValue, setValuediscard, getAttributeValue, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, setAttributeValue, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText
- + - +
Methods inherited from interface org.apache.abdera.model.ExtensionElementMethods inherited from interface org.apache.abdera.model.Base
getQNameclone, getFactory, writeTo, writeTo
  @@ -293,6 +309,34 @@

Sets the array of class attribute values on the div

+

+
+
+
+
+
+
+
+ +

+getValue

+
+java.lang.String getValue()
+
+
+
+
+
+
+
+
+
+ +

+setValue

+
+void setValue(java.lang.String value)
+
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=420663&r1=420662&r2=420663&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 Mon Jul 10 16:53:40 2006 @@ -2,7 +2,7 @@ - + Document (Abdera) @@ -217,7 +217,7 @@ Methods inherited from interface org.apache.abdera.model.Base -clone, getFactory, writeTo +clone, getFactory, writeTo, writeTo   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=420663&r1=420662&r2=420663&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 Mon Jul 10 16:53:40 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>, ExtensionElement, Feed, Generator, InReplyTo, IRI, Link, Person, Service, Source, StringElement, Text, Total, Workspace
+
All Known Subinterfaces:
Category, Collection, Content, Control, DateTime, Div, Entry, ExtensibleElement< /A>, Feed, Generator, IRI, Link, Person, Service, Source, Text, Workspace

@@ -309,6 +309,14 @@ + javax.xml.namespace.QName +getQName() + +
+            + + +  java.net.URI getResolvedBaseUri() @@ -317,6 +325,14 @@ + java.lang.String +getText() + +
+            + + +  void setAttributeValue(javax.xml.namespace.QName qname, java.lang.String value) @@ -376,6 +392,14 @@
            + + + void +setText(java.lang.String text) + +
+            +   @@ -383,7 +407,7 @@ - +
Methods inherited from interface org.apache.abdera.model.Base
clone, getFactory, writeToclone, getFactory, writeTo, writeTo
  @@ -511,6 +535,20 @@

+

+getQName

+
+javax.xml.namespace.QName getQName()
+
+
+
+
+
+
+
+
+
+

getLanguage

@@ -743,6 +781,34 @@
 
Removes this element from its current document

+

+
+
+
+
+
+
+
+ +

+getText

+
+java.lang.String getText()
+
+
+
+
+
+
+
+
+
+ +

+setText

+
+void setText(java.lang.String text)
+