Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/MathUtils.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/MathUtils.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/MathUtils.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/MathUtils.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MathUtils (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>MathUtils (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="MathUtils (Apache Velocity 2.0.0-SNAPSHOT API)";
+        parent.document.title="MathUtils (Apache Velocity 2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -165,18 +165,6 @@ extends <a href="http://docs.oracle.com/
 <div class="block">A BigDecimal representing the number 0</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#ints">ints</a></strong></code>
-<div class="block">The <code>Class</code>-object is key, the maximum-value is 
the value</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#typesBySize">typesBySize</a></strong></code>
-<div class="block">The "size" of the number-types - ascending.</div>
-</td>
-</tr>
 </table>
 </li>
 </ul>
@@ -231,32 +219,44 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#findCalculationBase(java.lang.Number)">findCalculationBase</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op)</code>
+<div class="block">Find the Number-type to be used for a single number</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#isInteger(java.lang.Number)">isInteger</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;n)</code>
 <div class="block">Test, whether the given object is an integer value
  (Byte, Short, Integer, Long, BigInteger)</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#isZero(java.lang.Number)">isZero</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;n)</code>
 <div class="block">Compare the given Number to 0.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#modulo(java.lang.Number,
 java.lang.Number)">modulo</a></strong>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op1,
       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op2)</code>
 <div class="block">Modulo two numbers.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#multiply(java.lang.Number,
 java.lang.Number)">multiply</a></strong>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op1,
         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op2)</code>
 <div class="block">Multiply two numbers and return the correct value / 
type.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#negate(java.lang.Number)">negate</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op)</code>
+<div class="block">Negate a number</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/MathUtils.html#subtract(java.lang.Number,
 java.lang.Number)">subtract</a></strong>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op1,
@@ -360,33 +360,13 @@ extends <a href="http://docs.oracle.com/
 <a name="BASE_BIGDECIMAL">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>BASE_BIGDECIMAL</h4>
 <pre>protected static final&nbsp;int BASE_BIGDECIMAL</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../constant-values.html#org.apache.velocity.runtime.parser.node.MathUtils.BASE_BIGDECIMAL">Constant
 Field Values</a></dd></dl>
 </li>
 </ul>
-<a name="ints">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>ints</h4>
-<pre>protected static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a> ints</pre>
-<div class="block">The <code>Class</code>-object is key, the maximum-value is 
the value</div>
-</li>
-</ul>
-<a name="typesBySize">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>typesBySize</h4>
-<pre>protected static final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a> typesBySize</pre>
-<div class="block">The "size" of the number-types - ascending.</div>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
@@ -475,6 +455,18 @@ extends <a href="http://docs.oracle.com/
 <dt><span class="strong">Returns:</span></dt><dd>Number object representing 
the primitive.</dd></dl>
 </li>
 </ul>
+<a name="findCalculationBase(java.lang.Number)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findCalculationBase</h4>
+<pre>public static&nbsp;int&nbsp;findCalculationBase(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op)</pre>
+<div class="block">Find the Number-type to be used for a single number</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>op</code> - 
operand</dd>
+<dt><span class="strong">Returns:</span></dt><dd>constant indicating type of 
Number to use in calculations</dd></dl>
+</li>
+</ul>
 <a name="add(java.lang.Number, java.lang.Number)">
 <!--   -->
 </a>
@@ -551,7 +543,7 @@ extends <a href="http://docs.oracle.com/
 <a name="compare(java.lang.Number, java.lang.Number)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>compare</h4>
 <pre>public static&nbsp;int&nbsp;compare(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op1,
@@ -561,6 +553,18 @@ extends <a href="http://docs.oracle.com/
 <dt><span class="strong">Returns:</span></dt><dd>1 if n1 > n2, -1 if n1 < n2 
and 0 if equal.</dd></dl>
 </li>
 </ul>
+<a name="negate(java.lang.Number)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>negate</h4>
+<pre>public static&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;negate(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number</a>&nbsp;op)</pre>
+<div class="block">Negate a number</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>op</code> - 
n</dd>
+<dt><span class="strong">Returns:</span></dt><dd>-n (unary negation of 
n)</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -628,6 +632,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/Node.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/Node.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/Node.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/Node.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Node (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>Node (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="Node (Apache Velocity 2.0.0-SNAPSHOT API)";
+        parent.document.title="Node (Apache Velocity 2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -93,7 +93,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTAddNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTAndNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTAssignment.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTAssignment</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTBlock.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTComment.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTComment</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTComparisonNode.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTComparisonNode</a>, <a 
href="../../../../../../org/apac
 he/velocity/runtime/parser/node/ASTDirective.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTDirective</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDivNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTDivNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseStatement.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEQNode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a>, <a 
href="../../../../../../org/apache/veloci
 ty/runtime/parser/node/ASTEscape.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTEscape</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTExpression.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTGENode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTGENode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/pa
 rser/node/ASTGTNode.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTGTNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIdentifier.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIfStatement.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIncludeStatement</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIndex.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIn
 tegerRange.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTIntegerRange</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTLENode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTLENode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTLTNode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTLTNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMap.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTMap</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMathNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMethod.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTModNode.html"
 title="class in org.apache.velocity.runtime.p
 arser.node">ASTModNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMulNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTNENode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTNENode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTNotNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTObjectArray.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTOrNode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTParameters.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTParameters</a>, <a 
href="../../..
 /../../../org/apache/velocity/runtime/parser/node/ASTprocess.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTprocess</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTReference</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTSetDirective.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTStringLiteral.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTSubtractNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTSubtractNode</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTText.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTText</a>, <a 
href="../../../../../../org/apache/velo
 city/runtime/parser/node/ASTTextblock.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTTextblock</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTVariable.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTVariable</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTWord.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTWord</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html"
 title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dd>
+<dd><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTAddNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTAndNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTAssignment.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTAssignment</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTBinaryOperator</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTBlock.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTComment.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTComment</a>, <a 
href="../../../../../../org/apac
 he/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTComparisonNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirective.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDivNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTDivNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseStatement.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a>, 
<a href="../../../../../../o
 rg/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTEQNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscape.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTExpression.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a>, <a 
href="../../../../../../org/apache/vel
 ocity/runtime/parser/node/ASTGENode.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTGENode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTGTNode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTGTNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIdentifier.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIfStatement.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIncludeStatement</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIndex.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIn
 tegerLiteral.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIntegerRange.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTLENode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTLENode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTLogicalOperator</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTLTNode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTLTNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMap.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTMap</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMathNode.html"
 title="class i
 n org.apache.velocity.runtime.parser.node">ASTMathNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMethod.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTModNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTModNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTMulNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTNegateNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTNENode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTNENode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTNotNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTNotNod
 e</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTObjectArray.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTOrNode.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTParameters.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTParameters</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTprocess.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTprocess</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTReference</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTSetDirective.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a>, 
<a href="../../../../.
 ./../org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTSubtractNode.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTSubtractNode</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTText.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTText</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTextblock.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTVariable.html"
 title="class in org.apache.velocity.runtime.parser.node">ASTVariable</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser
 /node/ASTWord.html" title="class in 
org.apache.velocity.runtime.parser.node">ASTWord</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html"
 title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dd>
 </dl>
 <hr>
 <br>
@@ -668,6 +668,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/NodeUtils.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/NodeUtils.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/NodeUtils.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/NodeUtils.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>NodeUtils (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>NodeUtils (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="NodeUtils (Apache Velocity 2.0.0-SNAPSHOT API)";
+        parent.document.title="NodeUtils (Apache Velocity 2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -101,7 +101,7 @@
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Utilities for dealing with the AST node structure.</div>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: NodeUtils.java 1040976 2010-12-01 12:15:39Z apetrelli $</dd>
+  <dd>$Id: NodeUtils.java 1758416 2016-08-30 16:18:33Z cbrisson $</dd>
 <dt><span class="strong">Author:</span></dt>
   <dd><a href="mailto:[email protected]";>Jason van Zyl</a>, <a 
href="mailto:[email protected]";>Geir Magnusson Jr.</a></dd></dl>
 </li>
@@ -140,13 +140,20 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/NodeUtils.html#fixIndentation(org.apache.velocity.runtime.parser.node.SimpleNode,
 java.lang.String)">fixIndentation</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html"
 title="class in 
org.apache.velocity.runtime.parser.node">SimpleNode</a>&nbsp;parent,
+              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;parentIndentation)</code>
+<div class="block">Fix children indentation in structured space gobbling 
mode.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true";
 title="class or interface in java.lang">StringBuilder</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/NodeUtils.html#getSpecialText(org.apache.velocity.runtime.parser.Token)">getSpecialText</a></strong>(<a
 href="../../../../../../org/apache/velocity/runtime/parser/Token.html" 
title="class in org.apache.velocity.runtime.parser">Token</a>&nbsp;t)</code>
 <div class="block">Collect all the <SPECIAL_TOKEN>s that
  are carried along with a token.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/7/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/velocity/runtime/parser/node/NodeUtils.html#tokenLiteral(org.apache.velocity.runtime.parser.Token)">tokenLiteral</a></strong>(<a
 href="../../../../../../org/apache/velocity/runtime/parser/Token.html" 
title="class in org.apache.velocity.runtime.parser">Token</a>&nbsp;t)</code>
 <div class="block">complete node literal</div>
@@ -213,7 +220,7 @@ extends <a href="http://docs.oracle.com/
 <a name="tokenLiteral(org.apache.velocity.runtime.parser.Token)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>tokenLiteral</h4>
 <pre>public static&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tokenLiteral(<a 
href="../../../../../../org/apache/velocity/runtime/parser/Token.html" 
title="class in org.apache.velocity.runtime.parser">Token</a>&nbsp;t)</pre>
@@ -222,6 +229,18 @@ extends <a href="http://docs.oracle.com/
 <dt><span class="strong">Returns:</span></dt><dd>A node literal.</dd></dl>
 </li>
 </ul>
+<a name="fixIndentation(org.apache.velocity.runtime.parser.node.SimpleNode, 
java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>fixIndentation</h4>
+<pre>public static&nbsp;void&nbsp;fixIndentation(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html"
 title="class in 
org.apache.velocity.runtime.parser.node">SimpleNode</a>&nbsp;parent,
+                  <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;parentIndentation)</pre>
+<div class="block">Fix children indentation in structured space gobbling 
mode.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - 
</dd><dd><code>parentIndentation</code> - 
</dd><dd><code>extraIndentation</code> - </dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -289,6 +308,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/ParserVisitor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/ParserVisitor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/ParserVisitor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/ParserVisitor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ParserVisitor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>ParserVisitor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="ParserVisitor (Apache Velocity 2.0.0-SNAPSHOT 
API)";
+        parent.document.title="ParserVisitor (Apache Velocity 2.0-SNAPSHOT 
API)";
     }
 //-->
 </script>
@@ -89,7 +89,7 @@
 <li class="blockList">
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a 
href="../../../../../../org/apache/velocity/runtime/visitor/BaseVisitor.html" 
title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a>, <a 
href="../../../../../../org/apache/velocity/runtime/visitor/NodeViewMode.html" 
title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dd>
+<dd><a 
href="../../../../../../org/apache/velocity/runtime/visitor/BaseVisitor.html" 
title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a>, <a 
href="../../../../../../org/apache/velocity/runtime/parser/node/IndentationFixer.html"
 title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a>, 
<a 
href="../../../../../../org/apache/velocity/runtime/visitor/NodeViewMode.html" 
title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dd>
 </dl>
 <hr>
 <br>
@@ -100,7 +100,7 @@
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>1.5</dd>
 <dt><span class="strong">Version:</span></dt>
-  <dd>$Id: ParserVisitor.java 1753137 2016-07-17 23:33:09Z cbrisson $</dd></dl>
+  <dd>$Id: ParserVisitor.java 1758416 2016-08-30 16:18:33Z cbrisson $</dd></dl>
 </li>
 </ul>
 </div>
@@ -146,74 +146,84 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTDirective,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirective.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDirective</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTDirectiveAssign,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTDivNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDivNode.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDivNode</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTDirective,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirective.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDirective</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTElseIfStatement,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTDivNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDivNode.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDivNode</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTElseStatement,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTElseStatement</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTElseIfStatement,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTEQNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEQNode.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTEQNode</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTElseStatement,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTElseStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTElseStatement</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTEscapedDirective,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTEQNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEQNode.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTEQNode</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTEscape,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscape.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTEscape</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTEscapedDirective,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTExpression,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTExpression.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTExpression</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTEscape,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTEscape.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTEscape</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTFalse,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTExpression,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTExpression.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTExpression</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTFalse,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTGENode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTGENode.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTGENode</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTGTNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTGTNode.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTGTNode</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTGENode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTGENode.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTGENode</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTIdentifier,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIdentifier.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIdentifier</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTGTNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTGTNode.html" 
title="class in 
org.apache.velocity.runtime.parser.node">ASTGTNode</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTIdentifier,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIdentifier.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIdentifier</a>&nbsp;node,
+     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTIfStatement,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIfStatement.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIfStatement</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTIndex,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIndex.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a>&nbsp;node,
+     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTIntegerLiteral,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a>&nbsp;node,
@@ -301,21 +311,26 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTText,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTText.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTText</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTTextblock,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTextblock.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTTextblock</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTTrue,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTText,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTText.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTText</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTWord,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTWord.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTWord</a>&nbsp;node,
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTTrue,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.ASTWord,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTWord.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTWord</a>&nbsp;node,
+     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit(org.apache.velocity.runtime.parser.node.SimpleNode,
 java.lang.Object)">visit</a></strong>(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html"
 title="class in 
org.apache.velocity.runtime.parser.node">SimpleNode</a>&nbsp;node,
      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td>
 </tr>
@@ -358,6 +373,18 @@
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTText, 
java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visit</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTText.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTText</a>&nbsp;node,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
+</li>
+</ul>
 <a name="visit(org.apache.velocity.runtime.parser.node.ASTEscapedDirective, 
java.lang.Object)">
 <!--   -->
 </a>
@@ -394,6 +421,18 @@
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTTextblock, 
java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visit</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTextblock.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTTextblock</a>&nbsp;node,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
+</li>
+</ul>
 <a 
name="visit(org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral, 
java.lang.Object)">
 <!--   -->
 </a>
@@ -454,6 +493,18 @@
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTDirectiveAssign, 
java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>visit</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a>&nbsp;node,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
+</li>
+</ul>
 <a name="visit(org.apache.velocity.runtime.parser.node.ASTDirective, 
java.lang.Object)">
 <!--   -->
 </a>
@@ -526,49 +577,49 @@
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
-<a name="visit(org.apache.velocity.runtime.parser.node.ASTReference, 
java.lang.Object)">
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTIndex, 
java.lang.Object)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTReference</a>&nbsp;node,
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTIndex.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a>&nbsp;node,
            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
-<a name="visit(org.apache.velocity.runtime.parser.node.ASTTrue, 
java.lang.Object)">
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTReference, 
java.lang.Object)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a>&nbsp;node,
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html"
 title="class in 
org.apache.velocity.runtime.parser.node">ASTReference</a>&nbsp;node,
            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
-<a name="visit(org.apache.velocity.runtime.parser.node.ASTFalse, 
java.lang.Object)">
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTTrue, 
java.lang.Object)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a>&nbsp;node,
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a>&nbsp;node,
            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
 </li>
 </ul>
-<a name="visit(org.apache.velocity.runtime.parser.node.ASTText, 
java.lang.Object)">
+<a name="visit(org.apache.velocity.runtime.parser.node.ASTFalse, 
java.lang.Object)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTText.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTText</a>&nbsp;node,
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;visit(<a 
href="../../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html" 
title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a>&nbsp;node,
            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;data)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - 
</dd><dd><code>data</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>The object rendered by this 
node.</dd></dl>
@@ -881,6 +932,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PropertyExecutor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PropertyExecutor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PropertyExecutor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PropertyExecutor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PropertyExecutor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>PropertyExecutor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="PropertyExecutor (Apache Velocity 
2.0.0-SNAPSHOT API)";
+        parent.document.title="PropertyExecutor (Apache Velocity 2.0-SNAPSHOT 
API)";
     }
 //-->
 </script>
@@ -359,6 +359,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PublicFieldExecutor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>PublicFieldExecutor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="PublicFieldExecutor (Apache Velocity 
2.0.0-SNAPSHOT API)";
+        parent.document.title="PublicFieldExecutor (Apache Velocity 
2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -384,6 +384,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PutExecutor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PutExecutor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PutExecutor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/PutExecutor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PutExecutor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>PutExecutor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="PutExecutor (Apache Velocity 2.0.0-SNAPSHOT 
API)";
+        parent.document.title="PutExecutor (Apache Velocity 2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -331,6 +331,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetExecutor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetExecutor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetExecutor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetExecutor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SetExecutor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>SetExecutor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="SetExecutor (Apache Velocity 2.0.0-SNAPSHOT 
API)";
+        parent.document.title="SetExecutor (Apache Velocity 2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -367,6 +367,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SetPropertyExecutor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>SetPropertyExecutor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="SetPropertyExecutor (Apache Velocity 
2.0.0-SNAPSHOT API)";
+        parent.document.title="SetPropertyExecutor (Apache Velocity 
2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -344,6 +344,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html?rev=1768390&r1=1768389&r2=1768390&view=diff
==============================================================================
--- 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html
 (original)
+++ 
velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html
 Sun Nov  6 21:14:47 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:19 CET 2016 
-->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SetPublicFieldExecutor (Apache Velocity 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2016-07-26">
+<title>SetPublicFieldExecutor (Apache Velocity 2.0-SNAPSHOT API)</title>
+<meta name="date" content="2016-11-06">
 <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="SetPublicFieldExecutor (Apache Velocity 
2.0.0-SNAPSHOT API)";
+        parent.document.title="SetPublicFieldExecutor (Apache Velocity 
2.0-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -390,6 +390,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>


Reply via email to