Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/doc/html/org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope.html')
-rw-r--r--xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/doc/html/org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/doc/html/org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope.html b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/doc/html/org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope.html
new file mode 100644
index 0000000000..e82f7f4d03
--- /dev/null
+++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/doc/html/org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope.html
@@ -0,0 +1,21 @@
+<html><body><p><font size="+1"><strong>Package org.eclipse.wst.xml.xpath2.processor</strong></font></p><hr><h2><font size="-1"><strong>org.eclipse.wst.xml.xpath2.processor</strong></font><br>
+ Class DefaultEvaluator.VariableScope</h2><br><hr><pre>package-private class <strong>DefaultEvaluator.VariableScope</strong>
+extends java.lang.Object</pre><hr><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Field Summary</h2></td></tr><tr valign="top"><td width="20%" align="right"><code>public org.eclipse.wst.xml.xpath2.processor.internal.types.QName</code></td><td width="80%" align="left"><code><a href="#field_name">name</a></code><br>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td></tr><tr valign="top"><td width="20%" align="right"><code>public org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope</code></td><td width="80%" align="left"><code><a href="#field_nextScope">nextScope</a></code><br>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td></tr><tr valign="top"><td width="20%" align="right"><code>public org.eclipse.wst.xml.xpath2.api.ResultSequence</code></td><td width="80%" align="left"><code><a href="#field_value">value</a></code><br>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td></tr></table><br><table width="100%" border="1"><tr bgcolor="#CCCCFF"><td width="100%"><h2>Constructor Summary</h2></td></tr><tr><td><code><strong><a href="#con_DefaultEvaluator.VariableScope">DefaultEvaluator.VariableScope</a></strong>(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
+ ,
+ org.eclipse.wst.xml.xpath2.api.ResultSequence value
+ ,
+ org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope)</code></td></tr></table><br><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Method Summary</h2></td></tr></table><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
+ Field Detail
+ </h2></td></tr></table><h2><a name="field_name">name</a></h2><p><code>public org.eclipse.wst.xml.xpath2.processor.internal.types.QName <strong>name</strong></code></p><hr><h2><a name="field_nextScope">nextScope</a></h2><p><code>public org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope <strong>nextScope</strong></code></p><hr><h2><a name="field_value">value</a></h2><p><code>public org.eclipse.wst.xml.xpath2.api.ResultSequence <strong>value</strong></code></p><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
+ Constructor Detail
+ </h2></td></tr></table><h2><a name="con_DefaultEvaluator.VariableScope">DefaultEvaluator.VariableScope</a></h2><p><code>public <strong>DefaultEvaluator.VariableScope</strong>(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
+ ,
+ org.eclipse.wst.xml.xpath2.api.ResultSequence value
+ ,
+ org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope)</code></p><p></p><hr></body></html> \ No newline at end of file

Back to the top