You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2011/07/21 16:37:36 UTC

svn commit: r1149194 [4/13] - in /webservices/neethi/site: ./ apidocs/ apidocs/org/apache/neethi/ apidocs/org/apache/neethi/builders/ apidocs/org/apache/neethi/builders/class-use/ apidocs/org/apache/neethi/builders/converters/ apidocs/org/apache/neethi...

Modified: webservices/neethi/site/apidocs/org/apache/neethi/PolicyReference.html
URL: http://svn.apache.org/viewvc/webservices/neethi/site/apidocs/org/apache/neethi/PolicyReference.html?rev=1149194&r1=1149193&r2=1149194&view=diff
==============================================================================
--- webservices/neethi/site/apidocs/org/apache/neethi/PolicyReference.html (original)
+++ webservices/neethi/site/apidocs/org/apache/neethi/PolicyReference.html Thu Jul 21 14:36:50 2011
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Thu Apr 07 22:31:43 CEST 2011 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Jul 21 10:27:49 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PolicyReference (Apache Neethi 3.0.0 API)
+PolicyReference (Apache Neethi 3.0.1 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-04-07">
+<META NAME="keywords" CONTENT="org.apache.neethi.PolicyReference class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PolicyReference (Apache Neethi 3.0.0 API)";
-    }
+    parent.document.title="PolicyReference (Apache Neethi 3.0.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -93,7 +90,7 @@ org.apache.neethi</FONT>
 <BR>
 Class PolicyReference</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.apache.neethi.PolicyReference</B>
 </PRE>
 <DL>
@@ -101,7 +98,7 @@ Class PolicyReference</H2>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>PolicyReference</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../org/apache/neethi/PolicyComponent.html" title="interface in org.apache.neethi">PolicyComponent</A></DL>
+<DT><PRE>public class <B>PolicyReference</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../org/apache/neethi/PolicyComponent.html" title="interface in org.apache.neethi">PolicyComponent</A></DL>
 </PRE>
 
 <P>
@@ -154,7 +151,7 @@ PolicyReference is a wrapper that holds 
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#getRemoteReferencedPolicy(java.lang.String)">getRemoteReferencedPolicy</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;u)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#getRemoteReferencedPolicy(java.lang.String)">getRemoteReferencedPolicy</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;u)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -169,7 +166,7 @@ PolicyReference is a wrapper that holds 
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#getURI()">getURI</A></B>()</CODE>
 
 <BR>
@@ -197,7 +194,7 @@ PolicyReference is a wrapper that holds 
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#serialize(javax.xml.stream.XMLStreamWriter)">serialize</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#serialize(javax.xml.stream.XMLStreamWriter)">serialize</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Serializes the PolicyComponent using an XMLStreamWriter.</TD>
@@ -205,7 +202,7 @@ PolicyReference is a wrapper that holds 
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#setURI(java.lang.String)">setURI</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyReference.html#setURI(java.lang.String)">setURI</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;uri)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the Policy URI</TD>
@@ -214,10 +211,10 @@ PolicyReference is a wrapper that holds 
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -261,7 +258,7 @@ public <B>PolicyReference</B>(<A HREF=".
 <A NAME="setURI(java.lang.String)"><!-- --></A><H3>
 setURI</H3>
 <PRE>
-public void <B>setURI</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri)</PRE>
+public void <B>setURI</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;uri)</PRE>
 <DL>
 <DD>Sets the Policy URI
 <P>
@@ -277,7 +274,7 @@ public void <B>setURI</B>(<A HREF="http:
 <A NAME="getURI()"><!-- --></A><H3>
 getURI</H3>
 <PRE>
-public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getURI</B>()</PRE>
+public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getURI</B>()</PRE>
 <DL>
 <DD>Gets the Policy URI that is referred by self.
 <P>
@@ -371,8 +368,8 @@ public <A HREF="../../../org/apache/neet
 <A NAME="serialize(javax.xml.stream.XMLStreamWriter)"><!-- --></A><H3>
 serialize</H3>
 <PRE>
-public void <B>serialize</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)
-               throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></PRE>
+public void <B>serialize</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)
+               throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../org/apache/neethi/PolicyComponent.html#serialize(javax.xml.stream.XMLStreamWriter)">PolicyComponent</A></CODE></B></DD>
 <DD>Serializes the PolicyComponent using an XMLStreamWriter.
@@ -383,7 +380,7 @@ public void <B>serialize</B>(<A HREF="ht
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>writer</CODE> - the writer that the component should write itself
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></CODE> - if an errors in the process of serialization of the
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></CODE> - if an errors in the process of serialization of the
                             PolicyComponent.</DL>
 </DD>
 </DL>
@@ -392,7 +389,7 @@ public void <B>serialize</B>(<A HREF="ht
 <A NAME="getRemoteReferencedPolicy(java.lang.String)"><!-- --></A><H3>
 getRemoteReferencedPolicy</H3>
 <PRE>
-public <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A> <B>getRemoteReferencedPolicy</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;u)</PRE>
+public <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A> <B>getRemoteReferencedPolicy</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;u)</PRE>
 <DL>
 <DD><DL>
 </DL>

Modified: webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistry.html
URL: http://svn.apache.org/viewvc/webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistry.html?rev=1149194&r1=1149193&r2=1149194&view=diff
==============================================================================
--- webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistry.html (original)
+++ webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistry.html Thu Jul 21 14:36:50 2011
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Thu Apr 07 22:31:43 CEST 2011 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Jul 21 10:27:49 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PolicyRegistry (Apache Neethi 3.0.0 API)
+PolicyRegistry (Apache Neethi 3.0.1 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-04-07">
+<META NAME="keywords" CONTENT="org.apache.neethi.PolicyRegistry interface">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PolicyRegistry (Apache Neethi 3.0.0 API)";
-    }
+    parent.document.title="PolicyRegistry (Apache Neethi 3.0.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -121,7 +118,7 @@ PolicyRegistry contains (URI,Policy) pai
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistry.html#lookup(java.lang.String)">lookup</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistry.html#lookup(java.lang.String)">lookup</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Policy that the specified key is mapped.</TD>
@@ -129,7 +126,7 @@ PolicyRegistry contains (URI,Policy) pai
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistry.html#register(java.lang.String, org.apache.neethi.Policy)">register</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key,
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistry.html#register(java.lang.String, org.apache.neethi.Policy)">register</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key,
          <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;policy)</CODE>
 
 <BR>
@@ -138,7 +135,7 @@ PolicyRegistry contains (URI,Policy) pai
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistry.html#remove(java.lang.String)">remove</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistry.html#remove(java.lang.String)">remove</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the mapping for this key if present.</TD>
@@ -160,7 +157,7 @@ PolicyRegistry contains (URI,Policy) pai
 <A NAME="register(java.lang.String, org.apache.neethi.Policy)"><!-- --></A><H3>
 register</H3>
 <PRE>
-void <B>register</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key,
+void <B>register</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key,
               <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;policy)</PRE>
 <DL>
 <DD>Associates a key with a Policy
@@ -174,7 +171,7 @@ void <B>register</B>(<A HREF="http://jav
 <A NAME="lookup(java.lang.String)"><!-- --></A><H3>
 lookup</H3>
 <PRE>
-<A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A> <B>lookup</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
+<A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A> <B>lookup</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
 <DL>
 <DD>Returns the Policy that the specified key is mapped. Returns null if no
  Policy is associated with that key.
@@ -189,7 +186,7 @@ lookup</H3>
 <A NAME="remove(java.lang.String)"><!-- --></A><H3>
 remove</H3>
 <PRE>
-void <B>remove</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
+void <B>remove</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
 <DL>
 <DD>Removes the mapping for this key if present.
 <P>

Modified: webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistryImpl.html
URL: http://svn.apache.org/viewvc/webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistryImpl.html?rev=1149194&r1=1149193&r2=1149194&view=diff
==============================================================================
--- webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistryImpl.html (original)
+++ webservices/neethi/site/apidocs/org/apache/neethi/PolicyRegistryImpl.html Thu Jul 21 14:36:50 2011
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Thu Apr 07 22:31:43 CEST 2011 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Jul 21 10:27:49 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PolicyRegistryImpl (Apache Neethi 3.0.0 API)
+PolicyRegistryImpl (Apache Neethi 3.0.1 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-04-07">
+<META NAME="keywords" CONTENT="org.apache.neethi.PolicyRegistryImpl class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PolicyRegistryImpl (Apache Neethi 3.0.0 API)";
-    }
+    parent.document.title="PolicyRegistryImpl (Apache Neethi 3.0.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -93,7 +90,7 @@ org.apache.neethi</FONT>
 <BR>
 Class PolicyRegistryImpl</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.apache.neethi.PolicyRegistryImpl</B>
 </PRE>
 <DL>
@@ -101,7 +98,7 @@ Class PolicyRegistryImpl</H2>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>PolicyRegistryImpl</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../org/apache/neethi/PolicyRegistry.html" title="interface in org.apache.neethi">PolicyRegistry</A></DL>
+<DT><PRE>public class <B>PolicyRegistryImpl</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../org/apache/neethi/PolicyRegistry.html" title="interface in org.apache.neethi">PolicyRegistry</A></DL>
 </PRE>
 
 <P>
@@ -155,7 +152,7 @@ Provides a default implementation of Pol
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistryImpl.html#lookup(java.lang.String)">lookup</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistryImpl.html#lookup(java.lang.String)">lookup</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Policy that the specified key is mapped.</TD>
@@ -163,7 +160,7 @@ Provides a default implementation of Pol
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistryImpl.html#register(java.lang.String, org.apache.neethi.Policy)">register</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key,
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistryImpl.html#register(java.lang.String, org.apache.neethi.Policy)">register</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key,
          <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;policy)</CODE>
 
 <BR>
@@ -172,7 +169,7 @@ Provides a default implementation of Pol
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistryImpl.html#remove(java.lang.String)">remove</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
+<TD><CODE><B><A HREF="../../../org/apache/neethi/PolicyRegistryImpl.html#remove(java.lang.String)">remove</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the mapping for this key if present.</TD>
@@ -189,10 +186,10 @@ Provides a default implementation of Pol
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -242,7 +239,7 @@ public <B>PolicyRegistryImpl</B>(<A HREF
 <A NAME="lookup(java.lang.String)"><!-- --></A><H3>
 lookup</H3>
 <PRE>
-public <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A> <B>lookup</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
+public <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A> <B>lookup</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../org/apache/neethi/PolicyRegistry.html#lookup(java.lang.String)">PolicyRegistry</A></CODE></B></DD>
 <DD>Returns the Policy that the specified key is mapped. Returns null if no
@@ -261,7 +258,7 @@ public <A HREF="../../../org/apache/neet
 <A NAME="register(java.lang.String, org.apache.neethi.Policy)"><!-- --></A><H3>
 register</H3>
 <PRE>
-public void <B>register</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key,
+public void <B>register</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key,
                      <A HREF="../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;policy)</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../org/apache/neethi/PolicyRegistry.html#register(java.lang.String, org.apache.neethi.Policy)">PolicyRegistry</A></CODE></B></DD>
@@ -279,7 +276,7 @@ public void <B>register</B>(<A HREF="htt
 <A NAME="remove(java.lang.String)"><!-- --></A><H3>
 remove</H3>
 <PRE>
-public void <B>remove</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
+public void <B>remove</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;key)</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../org/apache/neethi/PolicyRegistry.html#remove(java.lang.String)">PolicyRegistry</A></CODE></B></DD>
 <DD>Removes the mapping for this key if present.

Modified: webservices/neethi/site/apidocs/org/apache/neethi/builders/AssertionBuilder.html
URL: http://svn.apache.org/viewvc/webservices/neethi/site/apidocs/org/apache/neethi/builders/AssertionBuilder.html?rev=1149194&r1=1149193&r2=1149194&view=diff
==============================================================================
--- webservices/neethi/site/apidocs/org/apache/neethi/builders/AssertionBuilder.html (original)
+++ webservices/neethi/site/apidocs/org/apache/neethi/builders/AssertionBuilder.html Thu Jul 21 14:36:50 2011
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Thu Apr 07 22:31:43 CEST 2011 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Jul 21 10:27:49 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AssertionBuilder (Apache Neethi 3.0.0 API)
+AssertionBuilder (Apache Neethi 3.0.1 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-04-07">
+<META NAME="keywords" CONTENT="org.apache.neethi.builders.AssertionBuilder interface">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AssertionBuilder (Apache Neethi 3.0.0 API)";
-    }
+    parent.document.title="AssertionBuilder (Apache Neethi 3.0.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -138,7 +135,7 @@ AssertionBuilder is the interface which 
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>[]</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>[]</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/AssertionBuilder.html#getKnownElements()">getKnownElements</A></B>()</CODE>
 
 <BR>
@@ -164,7 +161,7 @@ build</H3>
 <PRE>
 <A HREF="../../../../org/apache/neethi/Assertion.html" title="interface in org.apache.neethi">Assertion</A> <B>build</B>(<A HREF="../../../../org/apache/neethi/builders/AssertionBuilder.html" title="type parameter in AssertionBuilder">T</A>&nbsp;element,
                 <A HREF="../../../../org/apache/neethi/AssertionBuilderFactory.html" title="interface in org.apache.neethi">AssertionBuilderFactory</A>&nbsp;factory)
-                throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></PRE>
+                throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A></PRE>
 <DL>
 <DD>Constructs an assertion from a known element. If that element contains
  other child elements that the Builder doesn't understand, it uses the
@@ -175,7 +172,7 @@ build</H3>
             assertion from unknown child elements
 <DT><B>Returns:</B><DD>an Assertion built from the given element
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the given element is malformed</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the given element is malformed</DL>
 </DD>
 </DL>
 <HR>
@@ -183,7 +180,7 @@ build</H3>
 <A NAME="getKnownElements()"><!-- --></A><H3>
 getKnownElements</H3>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>[] <B>getKnownElements</B>()</PRE>
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>[] <B>getKnownElements</B>()</PRE>
 <DL>
 <DD>Returns an array of QNames of elements from which assertion can be
  built by this AssertionFactory.

Modified: webservices/neethi/site/apidocs/org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html
URL: http://svn.apache.org/viewvc/webservices/neethi/site/apidocs/org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html?rev=1149194&r1=1149193&r2=1149194&view=diff
==============================================================================
--- webservices/neethi/site/apidocs/org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html (original)
+++ webservices/neethi/site/apidocs/org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html Thu Jul 21 14:36:50 2011
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Thu Apr 07 22:31:43 CEST 2011 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Jul 21 10:27:49 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PolicyContainingPrimitiveAssertion (Apache Neethi 3.0.0 API)
+PolicyContainingPrimitiveAssertion (Apache Neethi 3.0.1 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-04-07">
+<META NAME="keywords" CONTENT="org.apache.neethi.builders.PolicyContainingPrimitiveAssertion class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PolicyContainingPrimitiveAssertion (Apache Neethi 3.0.0 API)";
-    }
+    parent.document.title="PolicyContainingPrimitiveAssertion (Apache Neethi 3.0.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -93,7 +90,7 @@ org.apache.neethi.builders</FONT>
 <BR>
 Class PolicyContainingPrimitiveAssertion</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/neethi/builders/PrimitiveAssertion.html" title="class in org.apache.neethi.builders">org.apache.neethi.builders.PrimitiveAssertion</A>
       <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.neethi.builders.PolicyContainingPrimitiveAssertion</B>
 </PRE>
@@ -150,17 +147,17 @@ Implementation of an assertion that requ
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html#PolicyContainingPrimitiveAssertion(javax.xml.namespace.QName, boolean, boolean, java.util.Map, org.apache.neethi.Policy)">PolicyContainingPrimitiveAssertion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
+<TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html#PolicyContainingPrimitiveAssertion(javax.xml.namespace.QName, boolean, boolean, java.util.Map, org.apache.neethi.Policy)">PolicyContainingPrimitiveAssertion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
                                    boolean&nbsp;optional,
                                    boolean&nbsp;ignorable,
-                                   <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;atts,
+                                   <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&gt;&nbsp;atts,
                                    <A HREF="../../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;p)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html#PolicyContainingPrimitiveAssertion(javax.xml.namespace.QName, boolean, boolean, org.apache.neethi.Policy)">PolicyContainingPrimitiveAssertion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
+<TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html#PolicyContainingPrimitiveAssertion(javax.xml.namespace.QName, boolean, boolean, org.apache.neethi.Policy)">PolicyContainingPrimitiveAssertion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
                                    boolean&nbsp;optional,
                                    boolean&nbsp;ignorable,
                                    <A HREF="../../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;p)</CODE>
@@ -230,7 +227,7 @@ Implementation of an assertion that requ
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html#writeContents(javax.xml.stream.XMLStreamWriter)">writeContents</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/neethi/builders/PolicyContainingPrimitiveAssertion.html#writeContents(javax.xml.stream.XMLStreamWriter)">writeContents</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -248,10 +245,10 @@ Implementation of an assertion that requ
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_org.apache.neethi.Assertion"><!-- --></A>
@@ -307,7 +304,7 @@ protected <A HREF="../../../../org/apach
 <A NAME="PolicyContainingPrimitiveAssertion(javax.xml.namespace.QName, boolean, boolean, org.apache.neethi.Policy)"><!-- --></A><H3>
 PolicyContainingPrimitiveAssertion</H3>
 <PRE>
-public <B>PolicyContainingPrimitiveAssertion</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
+public <B>PolicyContainingPrimitiveAssertion</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
                                           boolean&nbsp;optional,
                                           boolean&nbsp;ignorable,
                                           <A HREF="../../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;p)</PRE>
@@ -318,10 +315,10 @@ public <B>PolicyContainingPrimitiveAsser
 <A NAME="PolicyContainingPrimitiveAssertion(javax.xml.namespace.QName, boolean, boolean, java.util.Map, org.apache.neethi.Policy)"><!-- --></A><H3>
 PolicyContainingPrimitiveAssertion</H3>
 <PRE>
-public <B>PolicyContainingPrimitiveAssertion</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
+public <B>PolicyContainingPrimitiveAssertion</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>&nbsp;name,
                                           boolean&nbsp;optional,
                                           boolean&nbsp;ignorable,
-                                          <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;atts,
+                                          <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/QName.html" title="class or interface in javax.xml.namespace">QName</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&gt;&nbsp;atts,
                                           <A HREF="../../../../org/apache/neethi/Policy.html" title="class in org.apache.neethi">Policy</A>&nbsp;p)</PRE>
 <DL>
 </DL>
@@ -418,8 +415,8 @@ public <A HREF="../../../../org/apache/n
 <A NAME="writeContents(javax.xml.stream.XMLStreamWriter)"><!-- --></A><H3>
 writeContents</H3>
 <PRE>
-protected void <B>writeContents</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)
-                      throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></PRE>
+protected void <B>writeContents</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamWriter.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamWriter</A>&nbsp;writer)
+                      throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></PRE>
 <DL>
 <DD><DL>
 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/neethi/builders/PrimitiveAssertion.html#writeContents(javax.xml.stream.XMLStreamWriter)">writeContents</A></CODE> in class <CODE><A HREF="../../../../org/apache/neethi/builders/PrimitiveAssertion.html" title="class in org.apache.neethi.builders">PrimitiveAssertion</A></CODE></DL>
@@ -427,7 +424,7 @@ protected void <B>writeContents</B>(<A H
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html?is-external=true" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/stream.XMLStreamException.html" title="class or interface in javax.xml">javax.xml.stream.XMLStreamException</A></CODE></DL>
 </DD>
 </DL>
 <HR>