Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 4763 invoked from network); 14 Jul 2006 16:41:34 -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:34 -0000 Received: (qmail 20302 invoked by uid 500); 14 Jul 2006 16:41:33 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 20242 invoked by uid 500); 14 Jul 2006 16:41:33 -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 20134 invoked by uid 99); 14 Jul 2006 16:41:32 -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:32 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 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 E372C1A982F; 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 [10/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/a... 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.E372C1A982F@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/parser/Parser.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/Parser.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/Parser.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/Parser.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + Parser (Abdera) @@ -97,14 +97,12 @@

-

-
Author:
-
James M Snell (jasnell@us.ibm.com) - - The Parser is the interface through which developers parse feed documents. +The Parser is the interface through which developers parse feed documents. - Document doc = Parser.INSTANCE.parse(inputStream, baseUri, options);
-
+ Document doc = Parser.INSTANCE.parse(inputStream, baseUri, options); +

+ +


@@ -245,97 +243,6 @@ -parse(java.lang.Object in) - -
-            - - - - - - - - -
-<T extends Element> -
-Document<T>
-
-parse(java.lang.Object in, - java.lang.String base) - -
-            - - - - - - - - -
-<T extends Element> -
-Document<T>
-
-parse(java.lang.Object in, - java.lang.String base, - ParserOptions options) - -
-            - - - - - - - - -
-<T extends Element> -
-Document<T>
-
-parse(java.lang.Object in, - java.net.URI base) - -
-            - - - - - - - - -
-<T extends Element> -
-Document<T>
-
-parse(java.lang.Object in, - java.net.URI base, - ParserOptions options) - -
-            - - - - - - - - -
-<T extends Element> -
-Document<T>
-
parse(java.io.Reader in)
@@ -596,86 +503,6 @@ parse

 <T extends Element> Document<T> parse(java.io.Reader in,
-                                      java.lang.String base,
-                                      ParserOptions options)
-                                  throws ParseException,
-                                         java.net.URISyntaxException
-
-
- -
Throws: -
ParseException -
java.net.URISyntaxException
-
-
-
- -

-parse

-
-<T extends Element> Document<T> parse(java.lang.Object in)
-                                  throws ParseException
-
-
- -
Throws: -
ParseException
-
-
-
- -

-parse

-
-<T extends Element> Document<T> parse(java.lang.Object in,
-                                      java.net.URI base)
-                                  throws ParseException
-
-
- -
Throws: -
ParseException
-
-
-
- -

-parse

-
-<T extends Element> Document<T> parse(java.lang.Object in,
-                                      java.net.URI base,
-                                      ParserOptions options)
-                                  throws ParseException
-
-
- -
Throws: -
ParseException
-
-
-
- -

-parse

-
-<T extends Element> Document<T> parse(java.lang.Object in,
-                                      java.lang.String base)
-                                  throws ParseException,
-                                         java.net.URISyntaxException
-
-
- -
Throws: -
ParseException -
java.net.URISyntaxException
-
-
-
- -

-parse

-
-<T extends Element> Document<T> parse(java.lang.Object in,
                                       java.lang.String base,
                                       ParserOptions options)
                                   throws ParseException,

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

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

-

-
Author:
-
James M Snell (jasnell@us.ibm.com) - - Parser options are used to modify the behavior of the parser.
-
+Parser options are used to modify the behavior of the parser. +

+ +


@@ -114,6 +112,14 @@ + boolean +getAutodetectCharset() + +
+            + + +  java.lang.String getCharset() @@ -147,6 +153,14 @@  void +setAutodetectCharset(boolean detect) + +
+            + + + + void setCharset(java.lang.String charset)
@@ -296,6 +310,28 @@

Sets the TextFilter. The text filter provides filtering for all character strings encountered during the parse process.

+

+
+
+ +
+ +

+getAutodetectCharset

+
+boolean getAutodetectCharset()
+
+
+
+
+
+
+ +

+setAutodetectCharset

+
+void setAutodetectCharset(boolean detect)
+
Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-frame.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-frame.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-frame.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-frame.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + org.apache.abdera.parser (Abdera) Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-summary.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-summary.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-summary.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-summary.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + org.apache.abdera.parser (Abdera) @@ -52,7 +52,7 @@  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   @@ -91,7 +91,7 @@ Parser -  +The Parser is the interface through which developers parse feed documents. ParserFactory @@ -99,7 +99,7 @@ ParserOptions -  +Parser options are used to modify the behavior of the parser.   @@ -151,7 +151,7 @@  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   Modified: incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-tree.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-tree.html?rev=421941&r1=421940&r2=421941&view=diff ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-tree.html (original) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/parser/package-tree.html Fri Jul 14 09:40:07 2006 @@ -2,7 +2,7 @@ - + org.apache.abdera.parser Class Hierarchy (Abdera) @@ -51,7 +51,7 @@  PREV  - NEXTNEXT FRAMES    NO FRAMES   @@ -134,7 +134,7 @@  PREV  - NEXTNEXT FRAMES    NO FRAMES   Added: incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/Encryption.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/Encryption.html?rev=421941&view=auto ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/Encryption.html (added) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/Encryption.html Fri Jul 14 09:40:07 2006 @@ -0,0 +1,308 @@ + + + + + + +Encryption (Abdera) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +

+ +org.apache.abdera.security +
+Interface Encryption

+
+
+
public interface Encryption
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static EncryptionINSTANCE + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Documentdecrypt(Document doc, + EncryptionOptions options) + +
+           
+ Documentencrypt(Document doc, + EncryptionOptions options) + +
+           
+ EncryptionOptionsgetDefaultEncryptionOptions() + +
+           
+ booleanisEncrypted(Document doc) + +
+           
+  +

+ + + + + + + + +
+Field Detail
+ +

+INSTANCE

+
+static final Encryption INSTANCE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+encrypt

+
+Document encrypt(Document doc,
+                 EncryptionOptions options)
+                 throws SecurityException
+
+
+ +
Throws: +
SecurityException
+
+
+
+ +

+decrypt

+
+Document decrypt(Document doc,
+                 EncryptionOptions options)
+                 throws SecurityException
+
+
+ +
Throws: +
SecurityException
+
+
+
+ +

+isEncrypted

+
+boolean isEncrypted(Document doc)
+                    throws SecurityException
+
+
+ +
Throws: +
SecurityException
+
+
+
+ +

+getDefaultEncryptionOptions

+
+EncryptionOptions getDefaultEncryptionOptions()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/EncryptionOptions.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/EncryptionOptions.html?rev=421941&view=auto ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/EncryptionOptions.html (added) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/EncryptionOptions.html Fri Jul 14 09:40:07 2006 @@ -0,0 +1,415 @@ + + + + + + +EncryptionOptions (Abdera) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +

+ +org.apache.abdera.security +
+Interface EncryptionOptions

+
+
All Superinterfaces:
SecurityOptions
+
+
+
+
public interface EncryptionOptions
extends SecurityOptions
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetDataCipherAlgorithm() + +
+           
+ java.security.KeygetDataEncryptionKey() + +
+           
+ java.lang.StringgetKeyCipherAlgorithm() + +
+           
+ java.security.KeygetKeyEncryptionKey() + +
+           
+ booleanincludeKeyInfo() + +
+           
+ voidsetDataCipherAlgorithm(java.lang.String alg) + +
+           
+ voidsetDataEncryptionKey(java.security.Key key) + +
+           
+ voidsetIncludeKeyInfo(boolean includeKeyInfo) + +
+           
+ voidsetKeyCipherAlgorithm(java.lang.String alg) + +
+           
+ voidsetKeyEncryptionKey(java.security.Key key) + +
+           
+ + + + + + + +
Methods inherited from interface org.apache.abdera.security.SecurityOptions
getParser, setParser
+  +

+ + + + + + + + +
+Method Detail
+ +

+getDataEncryptionKey

+
+java.security.Key getDataEncryptionKey()
+
+
+
+
+
+
+
+
+
+ +

+setDataEncryptionKey

+
+void setDataEncryptionKey(java.security.Key key)
+
+
+
+
+
+
+
+
+
+ +

+getKeyEncryptionKey

+
+java.security.Key getKeyEncryptionKey()
+
+
+
+
+
+
+
+
+
+ +

+setKeyEncryptionKey

+
+void setKeyEncryptionKey(java.security.Key key)
+
+
+
+
+
+
+
+
+
+ +

+getKeyCipherAlgorithm

+
+java.lang.String getKeyCipherAlgorithm()
+
+
+
+
+
+
+
+
+
+ +

+setKeyCipherAlgorithm

+
+void setKeyCipherAlgorithm(java.lang.String alg)
+
+
+
+
+
+
+
+
+
+ +

+getDataCipherAlgorithm

+
+java.lang.String getDataCipherAlgorithm()
+
+
+
+
+
+
+
+
+
+ +

+setDataCipherAlgorithm

+
+void setDataCipherAlgorithm(java.lang.String alg)
+
+
+
+
+
+
+
+
+
+ +

+includeKeyInfo

+
+boolean includeKeyInfo()
+
+
+
+
+
+
+
+
+
+ +

+setIncludeKeyInfo

+
+void setIncludeKeyInfo(boolean includeKeyInfo)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityException.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityException.html?rev=421941&view=auto ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityException.html (added) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityException.html Fri Jul 14 09:40:07 2006 @@ -0,0 +1,280 @@ + + + + + + +SecurityException (Abdera) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +

+ +org.apache.abdera.security +
+Class SecurityException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.abdera.security.SecurityException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SecurityException
extends java.lang.Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
SecurityException() + +
+           
SecurityException(java.lang.String message) + +
+           
SecurityException(java.lang.String message, + java.lang.Throwable cause) + +
+           
SecurityException(java.lang.Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SecurityException

+
+public SecurityException()
+
+
+
+ +

+SecurityException

+
+public SecurityException(java.lang.String message)
+
+
+
+ +

+SecurityException

+
+public SecurityException(java.lang.String message,
+                         java.lang.Throwable cause)
+
+
+
+ +

+SecurityException

+
+public SecurityException(java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityOptions.html URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityOptions.html?rev=421941&view=auto ============================================================================== --- incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityOptions.html (added) +++ incubator/abdera/site/trunk/docs/api/org/apache/abdera/security/SecurityOptions.html Fri Jul 14 09:40:07 2006 @@ -0,0 +1,224 @@ + + + + + + +SecurityOptions (Abdera) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +

+ +org.apache.abdera.security +
+Interface SecurityOptions

+
+
All Known Subinterfaces:
EncryptionOptions, SignatureOptions
+
+
+
+
public interface SecurityOptions
+ + +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ParsergetParser() + +
+           
+ voidsetParser(Parser parser) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+getParser

+
+Parser getParser()
+
+
+
+
+
+
+ +

+setParser

+
+void setParser(Parser parser)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +