You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2014/12/20 02:39:41 UTC

svn commit: r1646913 [34/49] - in /jackrabbit/site/live/filevault: ./ apidocs/ apidocs/org/apache/jackrabbit/vault/fs/ apidocs/org/apache/jackrabbit/vault/fs/api/ apidocs/org/apache/jackrabbit/vault/fs/api/class-use/ apidocs/org/apache/jackrabbit/vault...

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Text.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Text.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Text.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Text.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Text (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Text (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Text (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Text (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.util.Text</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">Text</span>
-extends java.lang.Object</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">This Class provides some text related utilities</div>
 </li>
 </ul>
@@ -123,14 +123,14 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.util.BitSet</code></td>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util">BitSet</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#URISave">URISave</a></strong></code>
 <div class="block">The list of characters that are not encoded by the <code>escape()</code>
  and <code>unescape()</code> METHODS.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.util.BitSet</code></td>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util">BitSet</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#URISaveEx">URISaveEx</a></strong></code>
 <div class="block">Same as <a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#URISave"><code>URISave</code></a> but also contains the '/'</div>
 </td>
@@ -151,44 +151,44 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#digest(java.lang.String,%20byte[])">digest</a></strong>(java.lang.String&nbsp;algorithm,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#digest(java.lang.String,%20byte[])">digest</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;algorithm,
       byte[]&nbsp;data)</code>
 <div class="block">Digest the plain string using the given algorithm.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#digest(java.lang.String,%20java.lang.String,%20java.lang.String)">digest</a></strong>(java.lang.String&nbsp;algorithm,
-      java.lang.String&nbsp;data,
-      java.lang.String&nbsp;enc)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#digest(java.lang.String,%20java.lang.String,%20java.lang.String)">digest</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;algorithm,
+      <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
+      <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;enc)</code>
 <div class="block">Digest the plain string using the given algorithm.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#encodeIllegalXMLCharacters(java.lang.String)">encodeIllegalXMLCharacters</a></strong>(java.lang.String&nbsp;text)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#encodeIllegalXMLCharacters(java.lang.String)">encodeIllegalXMLCharacters</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code>
 <div class="block">Replaces illegal XML characters in the given string by their corresponding
  predefined entity references.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escape(java.lang.String)">escape</a></strong>(java.lang.String&nbsp;string)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escape(java.lang.String)">escape</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string)</code>
 <div class="block">Does a URL encoding of the <code>string</code>.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escape(java.lang.String,%20char)">escape</a></strong>(java.lang.String&nbsp;string,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escape(java.lang.String,%20char)">escape</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string,
       char&nbsp;escape)</code>
 <div class="block">Does an URL encoding of the <code>string</code> using the
  <code>escape</code> character.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escape(java.lang.String,%20char,%20boolean)">escape</a></strong>(java.lang.String&nbsp;string,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escape(java.lang.String,%20char,%20boolean)">escape</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string,
       char&nbsp;escape,
       boolean&nbsp;isPath)</code>
 <div class="block">Does an URL encoding of the <code>string</code> using the
@@ -196,34 +196,34 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escapeIllegalJcrChars(java.lang.String)">escapeIllegalJcrChars</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escapeIllegalJcrChars(java.lang.String)">escapeIllegalJcrChars</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Escapes all illegal JCR name characters of a string.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escapeIllegalXpathSearchChars(java.lang.String)">escapeIllegalXpathSearchChars</a></strong>(java.lang.String&nbsp;s)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escapeIllegalXpathSearchChars(java.lang.String)">escapeIllegalXpathSearchChars</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;s)</code>
 <div class="block">Escapes illegal XPath search characters at the end of a string.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escapePath(java.lang.String)">escapePath</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#escapePath(java.lang.String)">escapePath</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Does a URL encoding of the <code>path</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#explode(java.lang.String,%20int)">explode</a></strong>(java.lang.String&nbsp;str,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#explode(java.lang.String,%20int)">explode</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
        int&nbsp;ch)</code>
 <div class="block">returns an array of strings decomposed of the original string, split at
  every occurrence of 'ch'.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#explode(java.lang.String,%20int,%20boolean)">explode</a></strong>(java.lang.String&nbsp;str,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#explode(java.lang.String,%20int,%20boolean)">explode</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
        int&nbsp;ch,
        boolean&nbsp;respectEmpty)</code>
 <div class="block">returns an array of strings decomposed of the original string, split at
@@ -231,55 +231,55 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getAbsoluteParent(java.lang.String,%20int)">getAbsoluteParent</a></strong>(java.lang.String&nbsp;path,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getAbsoluteParent(java.lang.String,%20int)">getAbsoluteParent</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
                  int&nbsp;level)</code>
 <div class="block">Returns the n<sup>th</sup> absolute parent of the path, where n=level.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getLocalName(java.lang.String)">getLocalName</a></strong>(java.lang.String&nbsp;qname)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getLocalName(java.lang.String)">getLocalName</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;qname)</code>
 <div class="block">Returns the local name of the given <code>qname</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String)">getName</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String)">getName</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Returns the name part of the path.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String,%20boolean)">getName</a></strong>(java.lang.String&nbsp;path,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String,%20boolean)">getName</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
        boolean&nbsp;ignoreTrailingSlash)</code>
 <div class="block">Same as <a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String)"><code>getName(String)</code></a> but adding the possibility
  to pass paths that end with a trailing '/'</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String,%20char)">getName</a></strong>(java.lang.String&nbsp;path,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String,%20char)">getName</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
        char&nbsp;delim)</code>
 <div class="block">Returns the name part of the path, delimited by the given <code>delim</code>.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getNamespacePrefix(java.lang.String)">getNamespacePrefix</a></strong>(java.lang.String&nbsp;qname)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getNamespacePrefix(java.lang.String)">getNamespacePrefix</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;qname)</code>
 <div class="block">Returns the namespace prefix of the given <code>qname</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int)">getRelativeParent</a></strong>(java.lang.String&nbsp;path,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int)">getRelativeParent</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
                  int&nbsp;level)</code>
 <div class="block">Returns the n<sup>th</sup> relative parent of the path, where n=level.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int,%20boolean)">getRelativeParent</a></strong>(java.lang.String&nbsp;path,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int,%20boolean)">getRelativeParent</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
                  int&nbsp;level,
                  boolean&nbsp;ignoreTrailingSlash)</code>
 <div class="block">Same as <a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int)"><code>getRelativeParent(String, int)</code></a> but adding the possibility
@@ -287,82 +287,82 @@ extends java.lang.Object</pre>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#implode(java.lang.String[],%20java.lang.String)">implode</a></strong>(java.lang.String[]&nbsp;arr,
-       java.lang.String&nbsp;delim)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#implode(java.lang.String[],%20java.lang.String)">implode</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arr,
+       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;delim)</code>
 <div class="block">Concatenates all strings in the string array using the specified delimiter.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#isDescendant(java.lang.String,%20java.lang.String)">isDescendant</a></strong>(java.lang.String&nbsp;path,
-            java.lang.String&nbsp;descendant)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#isDescendant(java.lang.String,%20java.lang.String)">isDescendant</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+            <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descendant)</code>
 <div class="block">Determines if the <code>descendant</code> path is hierarchical a
  descendant of <code>path</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#isDescendantOrEqual(java.lang.String,%20java.lang.String)">isDescendantOrEqual</a></strong>(java.lang.String&nbsp;path,
-                   java.lang.String&nbsp;descendant)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#isDescendantOrEqual(java.lang.String,%20java.lang.String)">isDescendantOrEqual</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+                   <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descendant)</code>
 <div class="block">Determines if the <code>descendant</code> path is hierarchical a
  descendant of <code>path</code> or equal to it.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#isSibling(java.lang.String,%20java.lang.String)">isSibling</a></strong>(java.lang.String&nbsp;p1,
-         java.lang.String&nbsp;p2)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#isSibling(java.lang.String,%20java.lang.String)">isSibling</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;p1,
+         <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;p2)</code>
 <div class="block">Determines, if two paths denote hierarchical siblins.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#md5(java.lang.String)">md5</a></strong>(java.lang.String&nbsp;data)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#md5(java.lang.String)">md5</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data)</code>
 <div class="block">Calculate an MD5 hash of the string given using 'utf-8' encoding.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#md5(java.lang.String,%20java.lang.String)">md5</a></strong>(java.lang.String&nbsp;data,
-   java.lang.String&nbsp;enc)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#md5(java.lang.String,%20java.lang.String)">md5</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
+   <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;enc)</code>
 <div class="block">Calculate an MD5 hash of the string given.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#replace(java.lang.String,%20java.lang.String,%20java.lang.String)">replace</a></strong>(java.lang.String&nbsp;text,
-       java.lang.String&nbsp;oldString,
-       java.lang.String&nbsp;newString)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#replace(java.lang.String,%20java.lang.String,%20java.lang.String)">replace</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text,
+       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldString,
+       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newString)</code>
 <div class="block">Replaces all occurrences of <code>oldString</code> in <code>text</code>
  with <code>newString</code>.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#replaceVariables(java.util.Properties,%20java.lang.String,%20boolean)">replaceVariables</a></strong>(java.util.Properties&nbsp;variables,
-                java.lang.String&nbsp;value,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#replaceVariables(java.util.Properties,%20java.lang.String,%20boolean)">replaceVariables</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;variables,
+                <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
                 boolean&nbsp;ignoreMissing)</code>
 <div class="block">Performs variable replacement on the given string value.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#unescape(java.lang.String)">unescape</a></strong>(java.lang.String&nbsp;string)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#unescape(java.lang.String)">unescape</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string)</code>
 <div class="block">Does a URL decoding of the <code>string</code>.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#unescape(java.lang.String,%20char)">unescape</a></strong>(java.lang.String&nbsp;string,
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#unescape(java.lang.String,%20char)">unescape</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string,
         char&nbsp;escape)</code>
 <div class="block">Does a URL decoding of the <code>string</code> using the
  <code>escape</code> character.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#unescapeIllegalJcrChars(java.lang.String)">unescapeIllegalJcrChars</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colFirst"><code>static <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#unescapeIllegalJcrChars(java.lang.String)">unescapeIllegalJcrChars</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Unescapes previously escaped jcr chars.</div>
 </td>
 </tr>
@@ -371,8 +371,8 @@ extends java.lang.Object</pre>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/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/javase/6/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/javase/6/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/javase/6/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/javase/6/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/javase/6/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/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/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/javase/6/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/javase/6/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/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -404,7 +404,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>URISave</h4>
-<pre>public static&nbsp;java.util.BitSet URISave</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util">BitSet</a> URISave</pre>
 <div class="block">The list of characters that are not encoded by the <code>escape()</code>
  and <code>unescape()</code> METHODS. They contains the characters as
  defined 'unreserved' in section 2.3 of the RFC 2396 'URI generic syntax':
@@ -421,7 +421,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>URISaveEx</h4>
-<pre>public static&nbsp;java.util.BitSet URISaveEx</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util">BitSet</a> URISaveEx</pre>
 <div class="block">Same as <a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#URISave"><code>URISave</code></a> but also contains the '/'</div>
 </li>
 </ul>
@@ -439,14 +439,14 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>md5</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;md5(java.lang.String&nbsp;data,
-                   java.lang.String&nbsp;enc)
-                            throws java.io.UnsupportedEncodingException</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;md5(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
+         <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;enc)
+                  throws <a href="http://java.sun.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
 <div class="block">Calculate an MD5 hash of the string given.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - the data to encode</dd><dd><code>enc</code> - the character encoding to use</dd>
 <dt><span class="strong">Returns:</span></dt><dd>a hex encoded string of the md5 digested input</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.UnsupportedEncodingException</code></dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code></dd></dl>
 </li>
 </ul>
 <a name="md5(java.lang.String)">
@@ -455,7 +455,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>md5</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;md5(java.lang.String&nbsp;data)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;md5(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data)</pre>
 <div class="block">Calculate an MD5 hash of the string given using 'utf-8' encoding.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - the data to encode</dd>
 <dt><span class="strong">Returns:</span></dt><dd>a hex encoded string of the md5 digested input</dd></dl>
@@ -467,19 +467,19 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>digest</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;digest(java.lang.String&nbsp;algorithm,
-                      java.lang.String&nbsp;data,
-                      java.lang.String&nbsp;enc)
-                               throws java.security.NoSuchAlgorithmException,
-                                      java.io.UnsupportedEncodingException</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;digest(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;algorithm,
+            <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
+            <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;enc)
+                     throws <a href="http://java.sun.com/javase/6/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</a>,
+                            <a href="http://java.sun.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
 <div class="block">Digest the plain string using the given algorithm.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>algorithm</code> - The alogrithm for the digest. This algorithm must be
                   supported by the MessageDigest class.</dd><dd><code>data</code> - The plain text String to be digested.</dd><dd><code>enc</code> - The character encoding to use</dd>
 <dt><span class="strong">Returns:</span></dt><dd>The digested plain text String represented as Hex digits.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.security.NoSuchAlgorithmException</code> - if the desired algorithm is not supported by
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</a></code> - if the desired algorithm is not supported by
                                       the MessageDigest class.</dd>
-<dd><code>java.io.UnsupportedEncodingException</code> - if the encoding is not supported</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if the encoding is not supported</dd></dl>
 </li>
 </ul>
 <a name="digest(java.lang.String, byte[])">
@@ -488,15 +488,15 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>digest</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;digest(java.lang.String&nbsp;algorithm,
-                      byte[]&nbsp;data)
-                               throws java.security.NoSuchAlgorithmException</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;digest(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;algorithm,
+            byte[]&nbsp;data)
+                     throws <a href="http://java.sun.com/javase/6/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</a></pre>
 <div class="block">Digest the plain string using the given algorithm.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>algorithm</code> - The algorithm for the digest. This algorithm must be
                   supported by the MessageDigest class.</dd><dd><code>data</code> - the data to digest with the given algorithm</dd>
 <dt><span class="strong">Returns:</span></dt><dd>The digested plain text String represented as Hex digits.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.security.NoSuchAlgorithmException</code> - if the desired algorithm is not supported by
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</a></code> - if the desired algorithm is not supported by
                                   the MessageDigest class.</dd></dl>
 </li>
 </ul>
@@ -506,8 +506,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>explode</h4>
-<pre>public static&nbsp;java.lang.String[]&nbsp;explode(java.lang.String&nbsp;str,
-                         int&nbsp;ch)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;explode(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
+               int&nbsp;ch)</pre>
 <div class="block">returns an array of strings decomposed of the original string, split at
  every occurrence of 'ch'. if 2 'ch' follow each other with no intermediate
  characters, empty "" entries are avoided.</div>
@@ -521,9 +521,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>explode</h4>
-<pre>public static&nbsp;java.lang.String[]&nbsp;explode(java.lang.String&nbsp;str,
-                         int&nbsp;ch,
-                         boolean&nbsp;respectEmpty)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;explode(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
+               int&nbsp;ch,
+               boolean&nbsp;respectEmpty)</pre>
 <div class="block">returns an array of strings decomposed of the original string, split at
  every occurance of 'ch'.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>str</code> - the string to decompose</dd><dd><code>ch</code> - the character to use a split pattern</dd><dd><code>respectEmpty</code> - if <code>true</code>, empty elements are generated</dd>
@@ -536,8 +536,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>implode</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;implode(java.lang.String[]&nbsp;arr,
-                       java.lang.String&nbsp;delim)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;implode(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;arr,
+             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;delim)</pre>
 <div class="block">Concatenates all strings in the string array using the specified delimiter.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>arr</code> - </dd><dd><code>delim</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>the concatenated string</dd></dl>
@@ -549,9 +549,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;replace(java.lang.String&nbsp;text,
-                       java.lang.String&nbsp;oldString,
-                       java.lang.String&nbsp;newString)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;replace(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text,
+             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldString,
+             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newString)</pre>
 <div class="block">Replaces all occurrences of <code>oldString</code> in <code>text</code>
  with <code>newString</code>.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - </dd><dd><code>oldString</code> - old substring to be replaced with <code>newString</code></dd><dd><code>newString</code> - new substring to replace occurrences of <code>oldString</code></dd>
@@ -564,7 +564,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>encodeIllegalXMLCharacters</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;encodeIllegalXMLCharacters(java.lang.String&nbsp;text)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encodeIllegalXMLCharacters(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Replaces illegal XML characters in the given string by their corresponding
  predefined entity references.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - text to be escaped</dd>
@@ -577,8 +577,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>escape</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;escape(java.lang.String&nbsp;string,
-                      char&nbsp;escape)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escape(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string,
+            char&nbsp;escape)</pre>
 <div class="block">Does an URL encoding of the <code>string</code> using the
  <code>escape</code> character. The characters that don't need encoding
  are those defined 'unreserved' in section 2.3 of the 'URI generic syntax'
@@ -586,7 +586,7 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to encode.</dd><dd><code>escape</code> - the escape character.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the escaped string</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>string</code> is <code>null</code>.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>string</code> is <code>null</code>.</dd></dl>
 </li>
 </ul>
 <a name="escape(java.lang.String, char, boolean)">
@@ -595,9 +595,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>escape</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;escape(java.lang.String&nbsp;string,
-                      char&nbsp;escape,
-                      boolean&nbsp;isPath)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escape(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string,
+            char&nbsp;escape,
+            boolean&nbsp;isPath)</pre>
 <div class="block">Does an URL encoding of the <code>string</code> using the
  <code>escape</code> character. The characters that don't need encoding
  are those defined 'unreserved' in section 2.3 of the 'URI generic syntax'
@@ -606,7 +606,7 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to encode.</dd><dd><code>escape</code> - the escape character.</dd><dd><code>isPath</code> - if <code>true</code>, the string is treated as path</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the escaped string</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>string</code> is <code>null</code>.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>string</code> is <code>null</code>.</dd></dl>
 </li>
 </ul>
 <a name="escape(java.lang.String)">
@@ -615,14 +615,14 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>escape</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;escape(java.lang.String&nbsp;string)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escape(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string)</pre>
 <div class="block">Does a URL encoding of the <code>string</code>. The characters that
  don't need encoding are those defined 'unreserved' in section 2.3 of
  the 'URI generic syntax' RFC 2396.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to encode</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the escaped string</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>string</code> is <code>null</code>.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>string</code> is <code>null</code>.</dd></dl>
 </li>
 </ul>
 <a name="escapePath(java.lang.String)">
@@ -631,7 +631,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>escapePath</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;escapePath(java.lang.String&nbsp;path)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escapePath(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</pre>
 <div class="block">Does a URL encoding of the <code>path</code>. The characters that
  don't need encoding are those defined 'unreserved' in section 2.3 of
  the 'URI generic syntax' RFC 2396. In contrast to the
@@ -640,7 +640,7 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path to encode</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the escaped path</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>path</code> is <code>null</code>.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>path</code> is <code>null</code>.</dd></dl>
 </li>
 </ul>
 <a name="unescape(java.lang.String, char)">
@@ -649,16 +649,16 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>unescape</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;unescape(java.lang.String&nbsp;string,
-                        char&nbsp;escape)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;unescape(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string,
+              char&nbsp;escape)</pre>
 <div class="block">Does a URL decoding of the <code>string</code> using the
  <code>escape</code> character. Please note that in opposite to the
- <code>URLDecoder</code> it does not transform the + into spaces.</div>
+ <a href="http://java.sun.com/javase/6/docs/api/java/net/URLDecoder.html?is-external=true" title="class or interface in java.net"><code>URLDecoder</code></a> it does not transform the + into spaces.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to decode</dd><dd><code>escape</code> - the escape character</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the decoded string</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>string</code> is <code>null</code>.</dd>
-<dd><code>java.lang.IllegalArgumentException</code> - if the 2 characters following the escape
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>string</code> is <code>null</code>.</dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the 2 characters following the escape
                                         character do not represent a hex-number
                                         or if not enough characters follow an
                                         escape character</dd></dl>
@@ -670,17 +670,17 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>unescape</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;unescape(java.lang.String&nbsp;string)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;unescape(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string)</pre>
 <div class="block">Does a URL decoding of the <code>string</code>. Please note that in
- opposite to the <code>URLDecoder</code> it does not transform the +
+ opposite to the <a href="http://java.sun.com/javase/6/docs/api/java/net/URLDecoder.html?is-external=true" title="class or interface in java.net"><code>URLDecoder</code></a> it does not transform the +
  into spaces.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to decode</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the decoded string</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>string</code> is <code>null</code>.</dd>
-<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - if not enough character follow an
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>string</code> is <code>null</code>.</dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if not enough character follow an
                                         escape character</dd>
-<dd><code>java.lang.IllegalArgumentException</code> - if the 2 characters following the escape
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the 2 characters following the escape
                                         character do not represent a hex-number.</dd></dl>
 </li>
 </ul>
@@ -690,7 +690,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeIllegalJcrChars</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;escapeIllegalJcrChars(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escapeIllegalJcrChars(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Escapes all illegal JCR name characters of a string.
  The encoding is loosely modeled after URI encoding, but only encodes
  the characters it absolutely needs to in order to make the resulting
@@ -717,7 +717,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>escapeIllegalXpathSearchChars</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;escapeIllegalXpathSearchChars(java.lang.String&nbsp;s)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;escapeIllegalXpathSearchChars(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;s)</pre>
 <div class="block">Escapes illegal XPath search characters at the end of a string.
  <p>Example:<br>
  A search string like 'test?' will run into a ParseException
@@ -732,7 +732,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>unescapeIllegalJcrChars</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;unescapeIllegalJcrChars(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;unescapeIllegalJcrChars(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Unescapes previously escaped jcr chars.
  <p/>
  Please note, that this does not exactly the same as the url related
@@ -748,7 +748,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getName(java.lang.String&nbsp;path)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</pre>
 <div class="block">Returns the name part of the path. If the given path is already a name
  (i.e. contains no slashes) it is returned.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path</dd>
@@ -761,8 +761,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getName(java.lang.String&nbsp;path,
-                       char&nbsp;delim)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+             char&nbsp;delim)</pre>
 <div class="block">Returns the name part of the path, delimited by the given <code>delim</code>.
  If the given path is already a name (i.e. contains no <code>delim</code>
  characters) it is returned.</div>
@@ -776,8 +776,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getName(java.lang.String&nbsp;path,
-                       boolean&nbsp;ignoreTrailingSlash)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+             boolean&nbsp;ignoreTrailingSlash)</pre>
 <div class="block">Same as <a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String)"><code>getName(String)</code></a> but adding the possibility
  to pass paths that end with a trailing '/'</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getName(java.lang.String)"><code>getName(String)</code></a></dd></dl>
@@ -789,7 +789,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getNamespacePrefix</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getNamespacePrefix(java.lang.String&nbsp;qname)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getNamespacePrefix(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;qname)</pre>
 <div class="block">Returns the namespace prefix of the given <code>qname</code>. If the
  prefix is missing, an empty string is returned. Please note, that this
  method does not validate the name or prefix.
@@ -798,7 +798,7 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>qname</code> - a qualified name</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the prefix of the name or "".</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>qname</code> is <code>null</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getLocalName(java.lang.String)"><code>getLocalName(String)</code></a></dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>qname</code> is <code>null</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getLocalName(java.lang.String)"><code>getLocalName(String)</code></a></dd></dl>
 </li>
 </ul>
 <a name="getLocalName(java.lang.String)">
@@ -807,7 +807,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getLocalName</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getLocalName(java.lang.String&nbsp;qname)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLocalName(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;qname)</pre>
 <div class="block">Returns the local name of the given <code>qname</code>. Please note, that
  this method does not validate the name.
  </p>
@@ -815,7 +815,7 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>qname</code> - a qualified name</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the localname</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.NullPointerException</code> - if <code>qname</code> is <code>null</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getNamespacePrefix(java.lang.String)"><code>getNamespacePrefix(String)</code></a></dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>qname</code> is <code>null</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getNamespacePrefix(java.lang.String)"><code>getNamespacePrefix(String)</code></a></dd></dl>
 </li>
 </ul>
 <a name="isSibling(java.lang.String, java.lang.String)">
@@ -824,8 +824,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>isSibling</h4>
-<pre>public static&nbsp;boolean&nbsp;isSibling(java.lang.String&nbsp;p1,
-                java.lang.String&nbsp;p2)</pre>
+<pre>public static&nbsp;boolean&nbsp;isSibling(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;p1,
+                <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;p2)</pre>
 <div class="block">Determines, if two paths denote hierarchical siblins.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>p1</code> - first path</dd><dd><code>p2</code> - second path</dd>
 <dt><span class="strong">Returns:</span></dt><dd>true if on same level, false otherwise</dd></dl>
@@ -837,8 +837,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>isDescendant</h4>
-<pre>public static&nbsp;boolean&nbsp;isDescendant(java.lang.String&nbsp;path,
-                   java.lang.String&nbsp;descendant)</pre>
+<pre>public static&nbsp;boolean&nbsp;isDescendant(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+                   <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descendant)</pre>
 <div class="block">Determines if the <code>descendant</code> path is hierarchical a
  descendant of <code>path</code>.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the current path</dd><dd><code>descendant</code> - the potential descendant</dd>
@@ -852,8 +852,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>isDescendantOrEqual</h4>
-<pre>public static&nbsp;boolean&nbsp;isDescendantOrEqual(java.lang.String&nbsp;path,
-                          java.lang.String&nbsp;descendant)</pre>
+<pre>public static&nbsp;boolean&nbsp;isDescendantOrEqual(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descendant)</pre>
 <div class="block">Determines if the <code>descendant</code> path is hierarchical a
  descendant of <code>path</code> or equal to it.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path to check</dd><dd><code>descendant</code> - the potential descendant</dd>
@@ -867,8 +867,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativeParent</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getRelativeParent(java.lang.String&nbsp;path,
-                                 int&nbsp;level)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRelativeParent(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+                       int&nbsp;level)</pre>
 <div class="block">Returns the n<sup>th</sup> relative parent of the path, where n=level.
  <p>Example:<br>
  <code>
@@ -883,9 +883,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativeParent</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getRelativeParent(java.lang.String&nbsp;path,
-                                 int&nbsp;level,
-                                 boolean&nbsp;ignoreTrailingSlash)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRelativeParent(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+                       int&nbsp;level,
+                       boolean&nbsp;ignoreTrailingSlash)</pre>
 <div class="block">Same as <a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int)"><code>getRelativeParent(String, int)</code></a> but adding the possibility
  to pass paths that end with a trailing '/'</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/util/Text.html#getRelativeParent(java.lang.String,%20int)"><code>getRelativeParent(String, int)</code></a></dd></dl>
@@ -897,8 +897,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getAbsoluteParent</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;getAbsoluteParent(java.lang.String&nbsp;path,
-                                 int&nbsp;level)</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAbsoluteParent(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+                       int&nbsp;level)</pre>
 <div class="block">Returns the n<sup>th</sup> absolute parent of the path, where n=level.
  <p>Example:<br>
  <code>
@@ -913,10 +913,10 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>replaceVariables</h4>
-<pre>public static&nbsp;java.lang.String&nbsp;replaceVariables(java.util.Properties&nbsp;variables,
-                                java.lang.String&nbsp;value,
-                                boolean&nbsp;ignoreMissing)
-                                         throws java.lang.IllegalArgumentException</pre>
+<pre>public static&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;replaceVariables(<a href="http://java.sun.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;variables,
+                      <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
+                      boolean&nbsp;ignoreMissing)
+                               throws <a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
 <div class="block">Performs variable replacement on the given string value.
  Each <code>${...}</code> sequence within the given value is replaced
  with the value of the named parser variable. If a variable is not found
@@ -927,7 +927,7 @@ extends java.lang.Object</pre>
                       by the empty string.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>value after variable replacements</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if the replacement of a referenced
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the replacement of a referenced
                                   variable is not found</dd></dl>
 </li>
 </ul>
@@ -1000,4 +1000,4 @@ extends java.lang.Object</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Tree.Node.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Tree.Node.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Tree.Node.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/Tree.Node.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Tree.Node (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Tree.Node (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Tree.Node (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Tree.Node (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.util.Tree.Node&lt;E&gt;</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public static class <span class="strong">Tree.Node&lt;E&gt;</span>
-extends java.lang.Object</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
 </div>
@@ -120,7 +120,7 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="class in org.apache.jackrabbit.vault.util">Tree.Node</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="type parameter in Tree.Node">E</a>&gt;&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/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/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="class in org.apache.jackrabbit.vault.util">Tree.Node</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="type parameter in Tree.Node">E</a>&gt;&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html#getChildren()">getChildren</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -128,7 +128,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html#getElem()">getElem</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html#getName()">getName</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -136,7 +136,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html#getParent()">getParent</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -144,8 +144,8 @@ extends java.lang.Object</pre>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/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/javase/6/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/javase/6/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/javase/6/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/javase/6/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/javase/6/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/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/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/javase/6/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/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -167,7 +167,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
 </li>
 </ul>
 <a name="getElem()">
@@ -194,7 +194,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getChildren</h4>
-<pre>public&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="class in org.apache.jackrabbit.vault.util">Tree.Node</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="type parameter in Tree.Node">E</a>&gt;&gt;&nbsp;getChildren()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/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/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="class in org.apache.jackrabbit.vault.util">Tree.Node</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/util/Tree.Node.html" title="type parameter in Tree.Node">E</a>&gt;&gt;&nbsp;getChildren()</pre>
 </li>
 </ul>
 <a name="toString()">
@@ -203,10 +203,10 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -279,4 +279,4 @@ extends java.lang.Object</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>