blob: b6591f7f4e8c11d6127d1d3c29d20e89f874c6de [file] [log] [blame]
<html>
<body>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.core</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.core</strong></font>
<br>
Class XPathCorePlugin</h2>
<br>
<hr>
<pre>public class <strong>XPathCorePlugin</strong>
extends Plugin</pre>The activator class controls the plug-in life cycle<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 static java.lang.String</code></td><td width="80%" align="left"><code>PLUGIN_ID</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>XPathCorePlugin</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xml.xpath.core.XPathCorePlugin</code></td><td width="" align="left"><code>getDefault()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the shared instance</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>start(BundleContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>stop(BundleContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>PLUGIN_ID</h2>
<p>
<code>public static java.lang.String <strong>PLUGIN_ID</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>XPathCorePlugin</h2>
<p>
<code>public <strong>XPathCorePlugin</strong>()</code>
</p>
<p>The constructor</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getDefault</h2>
<p>
<code>public org.eclipse.wst.xml.xpath.core.XPathCorePlugin <strong>getDefault</strong>()</code>
</p>
<p>Returns the shared instance</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xml.xpath.core.XPathCorePlugin</code> - the shared instance</p>
<hr>
<h2>start</h2>
<p>
<code>public void <strong>start</strong>(BundleContext context)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<h2>stop</h2>
<p>
<code>public void <strong>stop</strong>(BundleContext context)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.core.internal.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.core.internal.parser</strong></font>
<br>
Class XPathParser</h2>
<br>
<hr>
<pre>public class <strong>XPathParser</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>protected Token</code></td><td width="80%" align="left"><code>currentToken</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.apache.commons.jxpath.ri.parser.XPathParser</code></td><td width="80%" align="left"><code>parser</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected Token</code></td><td width="80%" align="left"><code>previousToken</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>XPathParser</strong>(java.lang.String xpath)</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>
<tr valign="top">
<td width="20%" align="right"><code>public Token</code></td><td width="" align="left"><code>getCurrentToken()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public Token</code></td><td width="" align="left"><code>getPreviousToken()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getTokenStartOffset(int offsetLine
,
int offsetColumn)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Given a line number and a column number, return the starting
offset of the last known token.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected boolean</code></td><td width="" align="left"><code>locatedColumn(Token token
,
int offsetColumn)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Checks to see if the token is in the range of the column offset</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected boolean</code></td><td width="" align="left"><code>locatedLine(Token token
,
int offsetLine)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Checks to see if the token is in the range of the line offset</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>currentToken</h2>
<p>
<code>protected Token <strong>currentToken</strong></code>
</p>
<hr>
<h2>parser</h2>
<p>
<code>protected org.apache.commons.jxpath.ri.parser.XPathParser <strong>parser</strong></code>
</p>
<hr>
<h2>previousToken</h2>
<p>
<code>protected Token <strong>previousToken</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>XPathParser</h2>
<p>
<code>public <strong>XPathParser</strong>(java.lang.String xpath)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getCurrentToken</h2>
<p>
<code>public Token <strong>getCurrentToken</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>Token</code>
</p>
<hr>
<h2>getPreviousToken</h2>
<p>
<code>public Token <strong>getPreviousToken</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>Token</code>
</p>
<hr>
<h2>getTokenStartOffset</h2>
<p>
<code>public int <strong>getTokenStartOffset</strong>(int offsetLine
,
int offsetColumn)</code>
</p>
<p>Given a line number and a column number, return the starting
offset of the last known token.</p>
<h3>Parameters</h3>
<p>
<code>offsetLine</code>
</p>
<p>
<code>offsetColumn</code>
</p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>locatedColumn</h2>
<p>
<code>protected boolean <strong>locatedColumn</strong>(Token token
,
int offsetColumn)</code>
</p>
<p>Checks to see if the token is in the range of the column offset</p>
<h3>Parameters</h3>
<p>
<code>token</code>
</p>
<p>
<code>offsetColumn</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - true if found, false otherwise</p>
<hr>
<h2>locatedLine</h2>
<p>
<code>protected boolean <strong>locatedLine</strong>(Token token
,
int offsetLine)</code>
</p>
<p>Checks to see if the token is in the range of the line offset</p>
<h3>Parameters</h3>
<p>
<code>token</code> - An XPath Token.</p>
<p>
<code>offsetLine</code> - Line number offset of a region.</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - true if found, false otherwise.</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.core.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.core.util</strong></font>
<br>
Class XSLTXPathHelper</h2>
<br>
<hr>
<pre>public class <strong>XSLTXPathHelper</strong>
extends java.lang.Object</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLTXPathHelper</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>compile(java.lang.String expression)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.apache.xpath.objects.XObject</code></td><td width="" align="left"><code>eval(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Evaluate XPath string to an XObject. Using this method, XPath namespace
prefixes will be resolved from the namespaceNode.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.apache.xpath.objects.XObject</code></td><td width="" align="left"><code>eval(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Evaluate XPath string to an XObject. XPath namespace prefixes are
resolved from the namespaceNode. The implementation of this is a little
slow, since it creates a number of objects each time it is called. This
could be optimized to keep the same objects around, but then
thread-safety issues would arise.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.apache.xpath.objects.XObject</code></td><td width="" align="left"><code>eval(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.apache.xml.utils.PrefixResolver prefixResolver)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Evaluate XPath string to an XObject. XPath namespace prefixes are
resolved from the namespaceNode. The implementation of this is a little
slow, since it creates a number of objects each time it is called. This
could be optimized to keep the same objects around, but then
thread-safety issues would arise.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static org.apache.xpath.compiler.FunctionTable</code></td><td width="" align="left"><code>getFunctionTable()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.w3c.dom.traversal.NodeIterator</code></td><td width="" align="left"><code>selectNodeIterator(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the contextNode.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.w3c.dom.traversal.NodeIterator</code></td><td width="" align="left"><code>selectNodeIterator(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the namespaceNode.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.w3c.dom.NodeList</code></td><td width="" align="left"><code>selectNodeList(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the contextNode.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.w3c.dom.NodeList</code></td><td width="" align="left"><code>selectNodeList(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the namespaceNode.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.w3c.dom.Node</code></td><td width="" align="left"><code>selectSingleNode(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Use an XPath string to select a single node. XPath namespace prefixes are
resolved from the context node, which may not be what you want (see the
next method).</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.w3c.dom.Node</code></td><td width="" align="left"><code>selectSingleNode(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Use an XPath string to select a single node. XPath namespace prefixes are
resolved from the namespaceNode.</td>
</tr>
</table>
<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>XSLTXPathHelper</h2>
<p>
<code>public <strong>XSLTXPathHelper</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>compile</h2>
<p>
<code>public void <strong>compile</strong>(java.lang.String expression)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>expression</code>
</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.xpath.XPathExpressionException</code>
</p>
<hr>
<h2>eval</h2>
<p>
<code>public org.apache.xpath.objects.XObject <strong>eval</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
</p>
<p>Evaluate XPath string to an XObject. Using this method, XPath namespace
prefixes will be resolved from the namespaceNode.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<h3>Returns</h3>
<p>
<code>org.apache.xpath.objects.XObject</code> - An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>eval</h2>
<p>
<code>public org.apache.xpath.objects.XObject <strong>eval</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
</p>
<p>Evaluate XPath string to an XObject. XPath namespace prefixes are
resolved from the namespaceNode. The implementation of this is a little
slow, since it creates a number of objects each time it is called. This
could be optimized to keep the same objects around, but then
thread-safety issues would arise.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<p>
<code>namespaceNode</code> - The node from which prefixes in the XPath will be resolved to namespaces.</p>
<h3>Returns</h3>
<p>
<code>org.apache.xpath.objects.XObject</code> - An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>eval</h2>
<p>
<code>public org.apache.xpath.objects.XObject <strong>eval</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.apache.xml.utils.PrefixResolver prefixResolver)</code>
</p>
<p>Evaluate XPath string to an XObject. XPath namespace prefixes are
resolved from the namespaceNode. The implementation of this is a little
slow, since it creates a number of objects each time it is called. This
could be optimized to keep the same objects around, but then
thread-safety issues would arise.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<p>
<code>prefixResolver</code> - Will be called if the parser encounters namespace prefixes, to resolve the prefixes to URLs.</p>
<h3>Returns</h3>
<p>
<code>org.apache.xpath.objects.XObject</code> - An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>getFunctionTable</h2>
<p>
<code>protected org.apache.xpath.compiler.FunctionTable <strong>getFunctionTable</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.apache.xpath.compiler.FunctionTable</code>
</p>
<hr>
<h2>selectNodeIterator</h2>
<p>
<code>public org.w3c.dom.traversal.NodeIterator <strong>selectNodeIterator</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
</p>
<p>Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the contextNode.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.traversal.NodeIterator</code> - A NodeIterator, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>selectNodeIterator</h2>
<p>
<code>public org.w3c.dom.traversal.NodeIterator <strong>selectNodeIterator</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
</p>
<p>Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the namespaceNode.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<p>
<code>namespaceNode</code> - The node from which prefixes in the XPath will be resolved to namespaces.</p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.traversal.NodeIterator</code> - A NodeIterator, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>selectNodeList</h2>
<p>
<code>public org.w3c.dom.NodeList <strong>selectNodeList</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
</p>
<p>Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the contextNode.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.NodeList</code> - A NodeIterator, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>selectNodeList</h2>
<p>
<code>public org.w3c.dom.NodeList <strong>selectNodeList</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
</p>
<p>Use an XPath string to select a nodelist. XPath namespace prefixes are
resolved from the namespaceNode.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<p>
<code>namespaceNode</code> - The node from which prefixes in the XPath will be resolved to namespaces.</p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.NodeList</code> - A NodeIterator, should never be null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>selectSingleNode</h2>
<p>
<code>public org.w3c.dom.Node <strong>selectSingleNode</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str)</code>
</p>
<p>Use an XPath string to select a single node. XPath namespace prefixes are
resolved from the context node, which may not be what you want (see the
next method).</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.Node</code> - The first node found that matches the XPath, or null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<h2>selectSingleNode</h2>
<p>
<code>public org.w3c.dom.Node <strong>selectSingleNode</strong>(org.w3c.dom.Node contextNode
,
java.lang.String str
,
org.w3c.dom.Node namespaceNode)</code>
</p>
<p>Use an XPath string to select a single node. XPath namespace prefixes are
resolved from the namespaceNode.</p>
<h3>Parameters</h3>
<p>
<code>contextNode</code> - The node to start searching from.</p>
<p>
<code>str</code> - A valid XPath string.</p>
<p>
<code>namespaceNode</code> - The node from which prefixes in the XPath will be resolved to namespaces.</p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.Node</code> - The first node found that matches the XPath, or null.</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.transform.TransformerException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui</strong></font>
<br>
Class XPathUIMessages</h2>
<br>
<hr>
<pre>public class <strong>XPathUIMessages</strong>
extends NLS</pre>Strings used by XPath UI<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 static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Context</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Document</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_DOM_Tree</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Expression</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Namespace_Prefixes</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Namespaces</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Namespaces_Tip</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Node_could_not_be_selected</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Nothing_selected</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Refresh_Source_Docs</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Refresh_Source_Docs_Tip</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Run_on_selected</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Run_XPath_Query</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Select_source_first</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Selection</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Show_In_Source</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Show_In_Source_Tip</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_Text</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_XML_Source_Document</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_XPath_Eval_Failed</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_XPath_Navigator</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathNavigator_XPath_Show_In_Source_Failed</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>
<tr valign="top">
<td width="20%" align="right"><code>public static java.util.ResourceBundle</code></td><td width="" align="left"><code>getResourceBundle()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>XPathNavigator_Context</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Context</strong></code>
</p>
<hr>
<h2>XPathNavigator_Document</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Document</strong></code>
</p>
<hr>
<h2>XPathNavigator_DOM_Tree</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_DOM_Tree</strong></code>
</p>
<hr>
<h2>XPathNavigator_Expression</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Expression</strong></code>
</p>
<hr>
<h2>XPathNavigator_Namespace_Prefixes</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Namespace_Prefixes</strong></code>
</p>
<hr>
<h2>XPathNavigator_Namespaces</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Namespaces</strong></code>
</p>
<hr>
<h2>XPathNavigator_Namespaces_Tip</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Namespaces_Tip</strong></code>
</p>
<hr>
<h2>XPathNavigator_Node_could_not_be_selected</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Node_could_not_be_selected</strong></code>
</p>
<hr>
<h2>XPathNavigator_Nothing_selected</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Nothing_selected</strong></code>
</p>
<hr>
<h2>XPathNavigator_Refresh_Source_Docs</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Refresh_Source_Docs</strong></code>
</p>
<hr>
<h2>XPathNavigator_Refresh_Source_Docs_Tip</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Refresh_Source_Docs_Tip</strong></code>
</p>
<hr>
<h2>XPathNavigator_Run_on_selected</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Run_on_selected</strong></code>
</p>
<hr>
<h2>XPathNavigator_Run_XPath_Query</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Run_XPath_Query</strong></code>
</p>
<hr>
<h2>XPathNavigator_Select_source_first</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Select_source_first</strong></code>
</p>
<hr>
<h2>XPathNavigator_Selection</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Selection</strong></code>
</p>
<hr>
<h2>XPathNavigator_Show_In_Source</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Show_In_Source</strong></code>
</p>
<hr>
<h2>XPathNavigator_Show_In_Source_Tip</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Show_In_Source_Tip</strong></code>
</p>
<hr>
<h2>XPathNavigator_Text</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_Text</strong></code>
</p>
<hr>
<h2>XPathNavigator_XML_Source_Document</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_XML_Source_Document</strong></code>
</p>
<hr>
<h2>XPathNavigator_XPath_Eval_Failed</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_XPath_Eval_Failed</strong></code>
</p>
<hr>
<h2>XPathNavigator_XPath_Navigator</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_XPath_Navigator</strong></code>
</p>
<hr>
<h2>XPathNavigator_XPath_Show_In_Source_Failed</h2>
<p>
<code>public static java.lang.String <strong>XPathNavigator_XPath_Show_In_Source_Failed</strong></code>
</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getResourceBundle</h2>
<p>
<code>public java.util.ResourceBundle <strong>getResourceBundle</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.util.ResourceBundle</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui</strong></font>
<br>
Class XPathViewPlugin</h2>
<br>
<hr>
<pre>public class <strong>XPathViewPlugin</strong>
extends AbstractUIPlugin</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathViewPlugin</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xml.xpath.ui.XPathViewPlugin</code></td><td width="" align="left"><code>getDefault()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the shared instance.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="" align="left"><code>getPluginId()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.ResourceBundle</code></td><td width="" align="left"><code>getResourceBundle()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the plugin's resource bundle</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="" align="left"><code>getResourceString(java.lang.String key)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the string from the plugin's resource bundle,
or 'key' if not found.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ContextTypeRegistry</code></td><td width="" align="left"><code>getXPathTemplateContextRegistry()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the template context type registry for xpath</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public TemplateStore</code></td><td width="" align="left"><code>getXPathTemplateStore()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the template store for the xpath templates.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>info(java.lang.String message)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>initializeImageRegistry(ImageRegistry reg)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>log(java.lang.String message
,
java.lang.Throwable ex)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>log(java.lang.Throwable ex)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partActivated(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partBroughtToTop(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partClosed(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partDeactivated(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partHidden(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partInputChanged(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partOpened(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>partVisible(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>start(BundleContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
This method is called upon plug-in activation</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>stop(BundleContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
This method is called when the plug-in is stopped</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>throwCoreException(java.lang.String message
,
java.lang.Throwable t)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>updateXPathNavigatorView(IWorkbenchPartReference partRef)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>warn(java.lang.String message)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathViewPlugin</h2>
<p>
<code>public <strong>XPathViewPlugin</strong>()</code>
</p>
<p>The constructor.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getDefault</h2>
<p>
<code>public org.eclipse.wst.xml.xpath.ui.XPathViewPlugin <strong>getDefault</strong>()</code>
</p>
<p>Returns the shared instance.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xml.xpath.ui.XPathViewPlugin</code>
</p>
<hr>
<h2>getPluginId</h2>
<p>
<code>public java.lang.String <strong>getPluginId</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>getResourceBundle</h2>
<p>
<code>public java.util.ResourceBundle <strong>getResourceBundle</strong>()</code>
</p>
<p>Returns the plugin's resource bundle</p>
<h3>Returns</h3>
<p>
<code>java.util.ResourceBundle</code>
</p>
<hr>
<h2>getResourceString</h2>
<p>
<code>public java.lang.String <strong>getResourceString</strong>(java.lang.String key)</code>
</p>
<p>Returns the string from the plugin's resource bundle,
or 'key' if not found.</p>
<h3>Parameters</h3>
<p>
<code>key</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>getXPathTemplateContextRegistry</h2>
<p>
<code>public ContextTypeRegistry <strong>getXPathTemplateContextRegistry</strong>()</code>
</p>
<p>Returns the template context type registry for xpath</p>
<h3>Returns</h3>
<p>
<code>ContextTypeRegistry</code> - the template context type registry for xpath</p>
<hr>
<h2>getXPathTemplateStore</h2>
<p>
<code>public TemplateStore <strong>getXPathTemplateStore</strong>()</code>
</p>
<p>Returns the template store for the xpath templates.</p>
<h3>Returns</h3>
<p>
<code>TemplateStore</code> - the template store for the xpath templates</p>
<hr>
<h2>info</h2>
<p>
<code>public void <strong>info</strong>(java.lang.String message)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>message</code>
</p>
<hr>
<h2>initializeImageRegistry</h2>
<p>
<code>protected void <strong>initializeImageRegistry</strong>(ImageRegistry reg)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>reg</code>
</p>
<hr>
<h2>log</h2>
<p>
<code>public void <strong>log</strong>(java.lang.String message
,
java.lang.Throwable ex)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>message</code>
</p>
<p>
<code>ex</code>
</p>
<hr>
<h2>log</h2>
<p>
<code>public void <strong>log</strong>(java.lang.Throwable ex)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>ex</code>
</p>
<hr>
<h2>partActivated</h2>
<p>
<code>public void <strong>partActivated</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partBroughtToTop</h2>
<p>
<code>public void <strong>partBroughtToTop</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partClosed</h2>
<p>
<code>public void <strong>partClosed</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partDeactivated</h2>
<p>
<code>public void <strong>partDeactivated</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partHidden</h2>
<p>
<code>public void <strong>partHidden</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partInputChanged</h2>
<p>
<code>public void <strong>partInputChanged</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partOpened</h2>
<p>
<code>public void <strong>partOpened</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>partVisible</h2>
<p>
<code>public void <strong>partVisible</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>start</h2>
<p>
<code>public void <strong>start</strong>(BundleContext context)</code>
</p>
<p>This method is called upon plug-in activation</p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<h2>stop</h2>
<p>
<code>public void <strong>stop</strong>(BundleContext context)</code>
</p>
<p>This method is called when the plug-in is stopped</p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<h2>throwCoreException</h2>
<p>
<code>public void <strong>throwCoreException</strong>(java.lang.String message
,
java.lang.Throwable t)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>message</code>
</p>
<p>
<code>t</code>
</p>
<h3>Throws:</h3>
<p>
<code>CoreException</code>
</p>
<hr>
<h2>updateXPathNavigatorView</h2>
<p>
<code>protected void <strong>updateXPathNavigatorView</strong>(IWorkbenchPartReference partRef)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>partRef</code>
</p>
<hr>
<h2>warn</h2>
<p>
<code>public void <strong>warn</strong>(java.lang.String message)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>message</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal</strong></font>
<br>
Class XPathUIMessages</h2>
<br>
<hr>
<pre>public class <strong>XPathUIMessages</strong>
extends NLS</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 static java.lang.String</code></td><td width="80%" align="left"><code>XPathPrefencePage_0</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<br>
<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>XPathPrefencePage_0</h2>
<p>
<code>public static java.lang.String <strong>XPathPrefencePage_0</strong></code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.preferences</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.preferences</strong></font>
<br>
Class XPathPrefencePage</h2>
<br>
<hr>
<pre>public class <strong>XPathPrefencePage</strong>
extends AbstractPreferencePage</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathPrefencePage</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Control</code></td><td width="" align="left"><code>createContents(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathPrefencePage</h2>
<p>
<code>public <strong>XPathPrefencePage</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>createContents</h2>
<p>
<code>protected org.eclipse.swt.widgets.Control <strong>createContents</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.widgets.Control</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.preferences</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.preferences</strong></font>
<br>
Class XPathTemplatePreferencePage</h2>
<br>
<hr>
<pre>public class <strong>XPathTemplatePreferencePage</strong>
extends XMLTemplatePreferencePage</pre>XSLTemplatePreferencePage sets up the template preference page that
contains the templates for xpath, xpath 2.0, axis, operators, and
exslt functions.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathTemplatePreferencePage</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>performOk()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
(non-Javadoc)</td>
</tr>
</table>
<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>XPathTemplatePreferencePage</h2>
<p>
<code>public <strong>XPathTemplatePreferencePage</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>performOk</h2>
<p>
<code>public boolean <strong>performOk</strong>()</code>
</p>
<p>(non-Javadoc)</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class DOMNodeLabelProvider</h2>
<br>
<hr>
<pre>public class <strong>DOMNodeLabelProvider</strong>
extends LabelProvider</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>DOMNodeLabelProvider</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getText(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>DOMNodeLabelProvider</h2>
<p>
<code>public <strong>DOMNodeLabelProvider</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getImage</h2>
<p>
<code>public org.eclipse.swt.graphics.Image <strong>getImage</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code>
</p>
<hr>
<h2>getText</h2>
<p>
<code>public java.lang.String <strong>getText</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class DOMTreeContentProvider</h2>
<br>
<hr>
<pre>public class <strong>DOMTreeContentProvider</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>package-private org.w3c.dom.Node</code></td><td width="80%" align="left"><code>node</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private static java.lang.Object[]</code></td><td width="80%" align="left"><code>NOTHING</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>DOMTreeContentProvider</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object[]</code></td><td width="" align="left"><code>getChildren(java.lang.Object parentElement)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object[]</code></td><td width="" align="left"><code>getElements(java.lang.Object inputElement)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getParent(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>hasChildren(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>inputChanged(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>node</h2>
<p>
<code>package-private org.w3c.dom.Node <strong>node</strong></code>
</p>
<hr>
<h2>NOTHING</h2>
<p>
<code>package-private static java.lang.Object[] <strong>NOTHING</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>DOMTreeContentProvider</h2>
<p>
<code>public <strong>DOMTreeContentProvider</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getChildren</h2>
<p>
<code>public java.lang.Object[] <strong>getChildren</strong>(java.lang.Object parentElement)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parentElement</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object[]</code>
</p>
<hr>
<h2>getElements</h2>
<p>
<code>public java.lang.Object[] <strong>getElements</strong>(java.lang.Object inputElement)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>inputElement</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object[]</code>
</p>
<hr>
<h2>getParent</h2>
<p>
<code>public java.lang.Object <strong>getParent</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<h2>hasChildren</h2>
<p>
<code>public boolean <strong>hasChildren</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>inputChanged</h2>
<p>
<code>public void <strong>inputChanged</strong>(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>oldInput</code>
</p>
<p>
<code>newInput</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class DOMViewerFilter</h2>
<br>
<hr>
<pre>public class <strong>DOMViewerFilter</strong>
extends ViewerFilter</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>DOMViewerFilter</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>select(Viewer viewer
,
java.lang.Object parentElement
,
java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>DOMViewerFilter</h2>
<p>
<code>public <strong>DOMViewerFilter</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>select</h2>
<p>
<code>public boolean <strong>select</strong>(Viewer viewer
,
java.lang.Object parentElement
,
java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>parentElement</code>
</p>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class EditNamespacePrefixDialog</h2>
<br>
<hr>
<pre>public class <strong>EditNamespacePrefixDialog</strong>
extends Dialog</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>protected org.eclipse.swt.widgets.Label</code></td><td width="80%" align="left"><code>errorMessageLabel</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.util.List</code></td><td width="80%" align="left"><code>namespaceInfoList</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IPath</code></td><td width="80%" align="left"><code>resourceLocation</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>EditNamespacePrefixDialog</strong>(org.eclipse.swt.widgets.Shell parentShell
,
IPath resourceLocation)</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>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Control</code></td><td width="" align="left"><code>createDialogArea(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Control</code></td><td width="" align="left"><code>getDialogArea(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getNamespaceInfoList()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setNamespaceInfoList(java.util.List list)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>updateErrorMessage(java.util.List namespaceInfoList)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>updateOccured(java.lang.Object object
,
java.lang.Object arg)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>errorMessageLabel</h2>
<p>
<code>protected org.eclipse.swt.widgets.Label <strong>errorMessageLabel</strong></code>
</p>
<hr>
<h2>namespaceInfoList</h2>
<p>
<code>protected java.util.List <strong>namespaceInfoList</strong></code>
</p>
<hr>
<h2>resourceLocation</h2>
<p>
<code>protected IPath <strong>resourceLocation</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>EditNamespacePrefixDialog</h2>
<p>
<code>public <strong>EditNamespacePrefixDialog</strong>(org.eclipse.swt.widgets.Shell parentShell
,
IPath resourceLocation)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>createButtonsForButtonBar</h2>
<p>
<code>protected void <strong>createButtonsForButtonBar</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>createDialogArea</h2>
<p>
<code>protected org.eclipse.swt.widgets.Control <strong>createDialogArea</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.widgets.Control</code>
</p>
<hr>
<h2>getDialogArea</h2>
<p>
<code>protected org.eclipse.swt.widgets.Control <strong>getDialogArea</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.widgets.Control</code>
</p>
<hr>
<h2>getNamespaceInfoList</h2>
<p>
<code>public java.util.List <strong>getNamespaceInfoList</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.util.List</code>
</p>
<hr>
<h2>setNamespaceInfoList</h2>
<p>
<code>public void <strong>setNamespaceInfoList</strong>(java.util.List list)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>list</code>
</p>
<hr>
<h2>updateErrorMessage</h2>
<p>
<code>public void <strong>updateErrorMessage</strong>(java.util.List namespaceInfoList)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>namespaceInfoList</code>
</p>
<hr>
<h2>updateOccured</h2>
<p>
<code>public void <strong>updateOccured</strong>(java.lang.Object object
,
java.lang.Object arg)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>object</code>
</p>
<p>
<code>arg</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator</h2>
<br>
<hr>
<pre>public class <strong>XPathNavigator</strong>
extends ViewPart</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>protected IMemento</code></td><td width="80%" align="left"><code>memento</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MEMENTO_QUERYCONTEXT_DOCUMENT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MEMENTO_QUERYCONTEXT_KEY</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MEMENTO_QUERYCONTEXT_SELECTION</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MEMENTO_XPATHNAVIGATOR_SECTION</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MEMENTO_XPATHQUERY_KEY</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.util.WeakHashMap</code></td><td width="80%" align="left"><code>namespaceInfo</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>XPathNavigator</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathNavigator.EditorReferenceLabelProvider</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathNavigator.RefreshAction</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathNavigator.ShowInSourceAction</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathNavigator.XMLEditorsContentProvider</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathNavigator.XPathAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>createPartControl(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
This is a callback that will allow us to create the viewer and initialize
it.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.w3c.dom.Element</code></td><td width="" align="left"><code>getQueryContext()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.w3c.dom.Document</code></td><td width="" align="left"><code>getSelectedDocument()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>init(IViewSite site
,
IMemento memento)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>restoreState()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>saveState(IMemento memento)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setFocus()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Passing the focus request to the viewer's control.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>update()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>memento</h2>
<p>
<code>protected IMemento <strong>memento</strong></code>
</p>
<hr>
<h2>MEMENTO_QUERYCONTEXT_DOCUMENT</h2>
<p>
<code>public static java.lang.String <strong>MEMENTO_QUERYCONTEXT_DOCUMENT</strong></code>
</p>
<hr>
<h2>MEMENTO_QUERYCONTEXT_KEY</h2>
<p>
<code>public static java.lang.String <strong>MEMENTO_QUERYCONTEXT_KEY</strong></code>
</p>
<hr>
<h2>MEMENTO_QUERYCONTEXT_SELECTION</h2>
<p>
<code>public static java.lang.String <strong>MEMENTO_QUERYCONTEXT_SELECTION</strong></code>
</p>
<hr>
<h2>MEMENTO_XPATHNAVIGATOR_SECTION</h2>
<p>
<code>public static java.lang.String <strong>MEMENTO_XPATHNAVIGATOR_SECTION</strong></code>
</p>
<hr>
<h2>MEMENTO_XPATHQUERY_KEY</h2>
<p>
<code>public static java.lang.String <strong>MEMENTO_XPATHQUERY_KEY</strong></code>
</p>
<hr>
<h2>namespaceInfo</h2>
<p>
<code>protected java.util.WeakHashMap <strong>namespaceInfo</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>XPathNavigator</h2>
<p>
<code>public <strong>XPathNavigator</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>createPartControl</h2>
<p>
<code>public void <strong>createPartControl</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p>This is a callback that will allow us to create the viewer and initialize
it.</p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>getQueryContext</h2>
<p>
<code>protected org.w3c.dom.Element <strong>getQueryContext</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.Element</code>
</p>
<hr>
<h2>getSelectedDocument</h2>
<p>
<code>protected org.w3c.dom.Document <strong>getSelectedDocument</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.w3c.dom.Document</code>
</p>
<hr>
<h2>init</h2>
<p>
<code>public void <strong>init</strong>(IViewSite site
,
IMemento memento)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>site</code>
</p>
<p>
<code>memento</code>
</p>
<h3>Throws:</h3>
<p>
<code>PartInitException</code>
</p>
<hr>
<h2>restoreState</h2>
<p>
<code>protected void <strong>restoreState</strong>()</code>
</p>
<p></p>
<hr>
<h2>saveState</h2>
<p>
<code>public void <strong>saveState</strong>(IMemento memento)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>memento</code>
</p>
<hr>
<h2>setFocus</h2>
<p>
<code>public void <strong>setFocus</strong>()</code>
</p>
<p>Passing the focus request to the viewer's control.</p>
<hr>
<h2>update</h2>
<p>
<code>public void <strong>update</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.XPathAction</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.XPathAction</strong>
extends Action</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.XPathAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>run()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.XPathAction</h2>
<p>
<code>package-private <strong>XPathNavigator.XPathAction</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>run</h2>
<p>
<code>public void <strong>run</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.RefreshAction</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.RefreshAction</strong>
extends Action</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.RefreshAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>run()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.RefreshAction</h2>
<p>
<code>package-private <strong>XPathNavigator.RefreshAction</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>run</h2>
<p>
<code>public void <strong>run</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.ShowInSourceAction</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.ShowInSourceAction</strong>
extends Action</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.ShowInSourceAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>run()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.ShowInSourceAction</h2>
<p>
<code>package-private <strong>XPathNavigator.ShowInSourceAction</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>run</h2>
<p>
<code>public void <strong>run</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.XMLEditorsContentProvider</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.XMLEditorsContentProvider</strong>
extends java.lang.Object</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.XMLEditorsContentProvider</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object[]</code></td><td width="" align="left"><code>getElements(java.lang.Object inputElement)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>inputChanged(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.XMLEditorsContentProvider</h2>
<p>
<code>package-private <strong>XPathNavigator.XMLEditorsContentProvider</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getElements</h2>
<p>
<code>public java.lang.Object[] <strong>getElements</strong>(java.lang.Object inputElement)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>inputElement</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object[]</code>
</p>
<hr>
<h2>inputChanged</h2>
<p>
<code>public void <strong>inputChanged</strong>(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>oldInput</code>
</p>
<p>
<code>newInput</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.EditorReferenceLabelProvider</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.EditorReferenceLabelProvider</strong>
extends LabelProvider</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 static char</code></td><td width="80%" align="left"><code>DIRTY_INDICATOR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
A string used to indicate that an editor is dirty</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>XPathNavigator.EditorReferenceLabelProvider</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getText(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>DIRTY_INDICATOR</h2>
<p>
<code>public static char <strong>DIRTY_INDICATOR</strong></code>
</p>
<table>
<tr>
<td>A string used to indicate that an editor is dirty</td>
</tr>
</table>
<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>XPathNavigator.EditorReferenceLabelProvider</h2>
<p>
<code>package-private <strong>XPathNavigator.EditorReferenceLabelProvider</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getImage</h2>
<p>
<code>public org.eclipse.swt.graphics.Image <strong>getImage</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code>
</p>
<hr>
<h2>getText</h2>
<p>
<code>public java.lang.String <strong>getText</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.XPathAction</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.XPathAction</strong>
extends Action</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.XPathAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>run()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.XPathAction</h2>
<p>
<code>package-private <strong>XPathNavigator.XPathAction</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>run</h2>
<p>
<code>public void <strong>run</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.RefreshAction</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.RefreshAction</strong>
extends Action</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.RefreshAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>run()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.RefreshAction</h2>
<p>
<code>package-private <strong>XPathNavigator.RefreshAction</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>run</h2>
<p>
<code>public void <strong>run</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.ShowInSourceAction</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.ShowInSourceAction</strong>
extends Action</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.ShowInSourceAction</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>run()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.ShowInSourceAction</h2>
<p>
<code>package-private <strong>XPathNavigator.ShowInSourceAction</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>run</h2>
<p>
<code>public void <strong>run</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.XMLEditorsContentProvider</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.XMLEditorsContentProvider</strong>
extends java.lang.Object</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathNavigator.XMLEditorsContentProvider</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object[]</code></td><td width="" align="left"><code>getElements(java.lang.Object inputElement)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>inputChanged(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathNavigator.XMLEditorsContentProvider</h2>
<p>
<code>package-private <strong>XPathNavigator.XMLEditorsContentProvider</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getElements</h2>
<p>
<code>public java.lang.Object[] <strong>getElements</strong>(java.lang.Object inputElement)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>inputElement</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object[]</code>
</p>
<hr>
<h2>inputChanged</h2>
<p>
<code>public void <strong>inputChanged</strong>(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>oldInput</code>
</p>
<p>
<code>newInput</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.views</strong></font>
<br>
Class XPathNavigator.EditorReferenceLabelProvider</h2>
<br>
<hr>
<pre>package-private class <strong>XPathNavigator.EditorReferenceLabelProvider</strong>
extends LabelProvider</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 static char</code></td><td width="80%" align="left"><code>DIRTY_INDICATOR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
A string used to indicate that an editor is dirty</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>XPathNavigator.EditorReferenceLabelProvider</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getText(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>DIRTY_INDICATOR</h2>
<p>
<code>public static char <strong>DIRTY_INDICATOR</strong></code>
</p>
<table>
<tr>
<td>A string used to indicate that an editor is dirty</td>
</tr>
</table>
<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>XPathNavigator.EditorReferenceLabelProvider</h2>
<p>
<code>package-private <strong>XPathNavigator.EditorReferenceLabelProvider</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getImage</h2>
<p>
<code>public org.eclipse.swt.graphics.Image <strong>getImage</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code>
</p>
<hr>
<h2>getText</h2>
<p>
<code>public java.lang.String <strong>getText</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
<br>
Class JFaceNodeContentProviderXPath</h2>
<br>
<hr>
<pre>public class <strong>JFaceNodeContentProviderXPath</strong>
extends java.lang.Object</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>JFaceNodeContentProviderXPath</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IJFaceNodeAdapter</code></td><td width="" align="left"><code>getAdapter(java.lang.Object adaptable)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object[]</code></td><td width="" align="left"><code>getChildren(java.lang.Object object)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object[]</code></td><td width="" align="left"><code>getElements(java.lang.Object object)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getParent(java.lang.Object object)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>hasChildren(java.lang.Object object)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>inputChanged(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>JFaceNodeContentProviderXPath</h2>
<p>
<code>public <strong>JFaceNodeContentProviderXPath</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getAdapter</h2>
<p>
<code>protected IJFaceNodeAdapter <strong>getAdapter</strong>(java.lang.Object adaptable)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>adaptable</code>
</p>
<h3>Returns</h3>
<p>
<code>IJFaceNodeAdapter</code>
</p>
<hr>
<h2>getChildren</h2>
<p>
<code>public java.lang.Object[] <strong>getChildren</strong>(java.lang.Object object)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>object</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object[]</code>
</p>
<hr>
<h2>getElements</h2>
<p>
<code>public java.lang.Object[] <strong>getElements</strong>(java.lang.Object object)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>object</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object[]</code>
</p>
<hr>
<h2>getParent</h2>
<p>
<code>public java.lang.Object <strong>getParent</strong>(java.lang.Object object)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>object</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<h2>hasChildren</h2>
<p>
<code>public boolean <strong>hasChildren</strong>(java.lang.Object object)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>object</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>inputChanged</h2>
<p>
<code>public void <strong>inputChanged</strong>(Viewer viewer
,
java.lang.Object oldInput
,
java.lang.Object newInput)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>oldInput</code>
</p>
<p>
<code>newInput</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
<br>
Class JFaceNodeLabelProviderXPath</h2>
<br>
<hr>
<pre>public class <strong>JFaceNodeLabelProviderXPath</strong>
extends LabelProvider</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>JFaceNodeLabelProviderXPath</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>protected IJFaceNodeAdapter</code></td><td width="" align="left"><code>getAdapter(java.lang.Object adaptable)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getText(java.lang.Object element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>isLabelProperty(java.lang.Object element
,
java.lang.String property)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>JFaceNodeLabelProviderXPath</h2>
<p>
<code>public <strong>JFaceNodeLabelProviderXPath</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getAdapter</h2>
<p>
<code>protected IJFaceNodeAdapter <strong>getAdapter</strong>(java.lang.Object adaptable)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>adaptable</code>
</p>
<h3>Returns</h3>
<p>
<code>IJFaceNodeAdapter</code>
</p>
<hr>
<h2>getImage</h2>
<p>
<code>public org.eclipse.swt.graphics.Image <strong>getImage</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code>
</p>
<hr>
<h2>getText</h2>
<p>
<code>public java.lang.String <strong>getText</strong>(java.lang.Object element)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>isLabelProperty</h2>
<p>
<code>public boolean <strong>isLabelProperty</strong>(java.lang.Object element
,
java.lang.String property)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>element</code>
</p>
<p>
<code>property</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
<br>
Class Messages</h2>
<br>
<hr>
<pre>public class <strong>Messages</strong>
extends NLS</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 static java.lang.String</code></td><td width="80%" align="left"><code>XPathComputer_0</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathComputer_5</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathView_0</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathView_1</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathView_2</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathView_8</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathViewActions_0</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPathViewActions_1</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<br>
<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>XPathComputer_0</h2>
<p>
<code>public static java.lang.String <strong>XPathComputer_0</strong></code>
</p>
<hr>
<h2>XPathComputer_5</h2>
<p>
<code>public static java.lang.String <strong>XPathComputer_5</strong></code>
</p>
<hr>
<h2>XPathView_0</h2>
<p>
<code>public static java.lang.String <strong>XPathView_0</strong></code>
</p>
<hr>
<h2>XPathView_1</h2>
<p>
<code>public static java.lang.String <strong>XPathView_1</strong></code>
</p>
<hr>
<h2>XPathView_2</h2>
<p>
<code>public static java.lang.String <strong>XPathView_2</strong></code>
</p>
<hr>
<h2>XPathView_8</h2>
<p>
<code>public static java.lang.String <strong>XPathView_8</strong></code>
</p>
<hr>
<h2>XPathViewActions_0</h2>
<p>
<code>public static java.lang.String <strong>XPathViewActions_0</strong></code>
</p>
<hr>
<h2>XPathViewActions_1</h2>
<p>
<code>public static java.lang.String <strong>XPathViewActions_1</strong></code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
<br>
Class XPathComputer</h2>
<br>
<hr>
<pre>public class <strong>XPathComputer</strong>
extends java.lang.Object</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathComputer</strong>(org.eclipse.wst.xml.xpath.internal.ui.views.XPathView xpathView)</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>compute()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setModel(IStructuredModel model)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setSelectedNode(org.w3c.dom.Node node)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setText(java.lang.String text)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathComputer</h2>
<p>
<code>public <strong>XPathComputer</strong>(org.eclipse.wst.xml.xpath.internal.ui.views.XPathView xpathView)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>compute</h2>
<p>
<code>public void <strong>compute</strong>()</code>
</p>
<p></p>
<hr>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>setModel</h2>
<p>
<code>public void <strong>setModel</strong>(IStructuredModel model)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>model</code>
</p>
<hr>
<h2>setSelectedNode</h2>
<p>
<code>public void <strong>setSelectedNode</strong>(org.w3c.dom.Node node)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>node</code>
</p>
<hr>
<h2>setText</h2>
<p>
<code>public void <strong>setText</strong>(java.lang.String text)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>text</code>
</p>
<h3>Throws:</h3>
<p>
<code>javax.xml.xpath.XPathExpressionException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
<br>
Class XPathView</h2>
<br>
<hr>
<pre>public class <strong>XPathView</strong>
extends ViewPart</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathView</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>createPartControl(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getAdapter(java.lang.Class key)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>init(IViewSite site
,
IMemento memento)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>saveState(IMemento memento)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setFocus()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private void</code></td><td width="" align="left"><code>xpathRecomputed(org.w3c.dom.NodeList nodeList)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathView</h2>
<p>
<code>public <strong>XPathView</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>createPartControl</h2>
<p>
<code>public void <strong>createPartControl</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getAdapter</h2>
<p>
<code>public java.lang.Object <strong>getAdapter</strong>(java.lang.Class key)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>key</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<h2>init</h2>
<p>
<code>public void <strong>init</strong>(IViewSite site
,
IMemento memento)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>site</code>
</p>
<p>
<code>memento</code>
</p>
<h3>Throws:</h3>
<p>
<code>PartInitException</code>
</p>
<hr>
<h2>saveState</h2>
<p>
<code>public void <strong>saveState</strong>(IMemento memento)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>memento</code>
</p>
<hr>
<h2>setFocus</h2>
<p>
<code>public void <strong>setFocus</strong>()</code>
</p>
<p></p>
<hr>
<h2>xpathRecomputed</h2>
<p>
<code>package-private void <strong>xpathRecomputed</strong>(org.w3c.dom.NodeList nodeList)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>nodeList</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.internal.ui.views</strong></font>
<br>
Class XPathViewActions</h2>
<br>
<hr>
<pre>package-private class <strong>XPathViewActions</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>package-private boolean</code></td><td width="80%" align="left"><code>linkWithEditor</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>XPathViewActions</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>protected IAction[]</code></td><td width="" align="left"><code>createMenuContributions(TreeViewer viewer)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IAction[]</code></td><td width="" align="left"><code>createToolbarContributions(TreeViewer viewer)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private void</code></td><td width="" align="left"><code>fillContextMenu(IMenuManager manager)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ISelection</code></td><td width="" align="left"><code>getSelection(TreeViewer viewer
,
ISelection selection)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>isLinkedWithEditor(TreeViewer treeViewer)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private void</code></td><td width="" align="left"><code>setLinkWithEditor(boolean isLinkWithEditor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>linkWithEditor</h2>
<p>
<code>package-private boolean <strong>linkWithEditor</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>XPathViewActions</h2>
<p>
<code>package-private <strong>XPathViewActions</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>createMenuContributions</h2>
<p>
<code>protected IAction[] <strong>createMenuContributions</strong>(TreeViewer viewer)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<h3>Returns</h3>
<p>
<code>IAction[]</code>
</p>
<hr>
<h2>createToolbarContributions</h2>
<p>
<code>protected IAction[] <strong>createToolbarContributions</strong>(TreeViewer viewer)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<h3>Returns</h3>
<p>
<code>IAction[]</code>
</p>
<hr>
<h2>fillContextMenu</h2>
<p>
<code>package-private void <strong>fillContextMenu</strong>(IMenuManager manager)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>manager</code>
</p>
<hr>
<h2>getSelection</h2>
<p>
<code>public ISelection <strong>getSelection</strong>(TreeViewer viewer
,
ISelection selection)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>selection</code>
</p>
<h3>Returns</h3>
<p>
<code>ISelection</code>
</p>
<hr>
<h2>isLinkedWithEditor</h2>
<p>
<code>public boolean <strong>isLinkedWithEditor</strong>(TreeViewer treeViewer)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>treeViewer</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>setLinkWithEditor</h2>
<p>
<code>package-private void <strong>setLinkWithEditor</strong>(boolean isLinkWithEditor)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>isLinkWithEditor</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.contentassist</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.contentassist</strong></font>
<br>
Class CustomTemplateProposal</h2>
<br>
<hr>
<pre>public class <strong>CustomTemplateProposal</strong>
extends TemplateProposal</pre>Purpose of this class is to make the additional proposal info into content
fit for an HTML viewer (by escaping characters)<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>CustomTemplateProposal</strong>(Template template
,
TemplateContext context
,
IRegion region
,
org.eclipse.swt.graphics.Image image
,
int relevance)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getAdditionalProposalInfo()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getDisplayString()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>CustomTemplateProposal</h2>
<p>
<code>public <strong>CustomTemplateProposal</strong>(Template template
,
TemplateContext context
,
IRegion region
,
org.eclipse.swt.graphics.Image image
,
int relevance)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getAdditionalProposalInfo</h2>
<p>
<code>public java.lang.String <strong>getAdditionalProposalInfo</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>getDisplayString</h2>
<p>
<code>public java.lang.String <strong>getDisplayString</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.contentassist</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.contentassist</strong></font>
<br>
Class XPathTemplateCompletionProcessor</h2>
<br>
<hr>
<pre>public class <strong>XPathTemplateCompletionProcessor</strong>
extends TemplateCompletionProcessor</pre>Completion processor for XML Templates. Most of the work is already done by
the XML Content Assist processor, so by the time the
XMLTemplateCompletionProcessor is asked for content assist proposals, the
XML content assist processor has already set the context type for
templates.<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathTemplateCompletionProcessor</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public ICompletionProposal[]</code></td><td width="" align="left"><code>computeCompletionProposals(ITextViewer viewer
,
int offset)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected ICompletionProposal</code></td><td width="" align="left"><code>createProposal(Template template
,
TemplateContext context
,
IRegion region
,
int relevance)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected TemplateContextType</code></td><td width="" align="left"><code>getContextType(ITextViewer viewer
,
IRegion region)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(Template template)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected Template[]</code></td><td width="" align="left"><code>getTemplates(java.lang.String contextTypeId)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setContextType(java.lang.String contextTypeId)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathTemplateCompletionProcessor</h2>
<p>
<code>public <strong>XPathTemplateCompletionProcessor</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>computeCompletionProposals</h2>
<p>
<code>public ICompletionProposal[] <strong>computeCompletionProposals</strong>(ITextViewer viewer
,
int offset)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>offset</code>
</p>
<h3>Returns</h3>
<p>
<code>ICompletionProposal[]</code>
</p>
<hr>
<h2>createProposal</h2>
<p>
<code>protected ICompletionProposal <strong>createProposal</strong>(Template template
,
TemplateContext context
,
IRegion region
,
int relevance)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>template</code>
</p>
<p>
<code>context</code>
</p>
<p>
<code>region</code>
</p>
<p>
<code>relevance</code>
</p>
<h3>Returns</h3>
<p>
<code>ICompletionProposal</code>
</p>
<hr>
<h2>getContextType</h2>
<p>
<code>protected TemplateContextType <strong>getContextType</strong>(ITextViewer viewer
,
IRegion region)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>viewer</code>
</p>
<p>
<code>region</code>
</p>
<h3>Returns</h3>
<p>
<code>TemplateContextType</code>
</p>
<hr>
<h2>getImage</h2>
<p>
<code>protected org.eclipse.swt.graphics.Image <strong>getImage</strong>(Template template)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>template</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code>
</p>
<hr>
<h2>getTemplates</h2>
<p>
<code>protected Template[] <strong>getTemplates</strong>(java.lang.String contextTypeId)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>contextTypeId</code>
</p>
<h3>Returns</h3>
<p>
<code>Template[]</code>
</p>
<hr>
<h2>setContextType</h2>
<p>
<code>public void <strong>setContextType</strong>(java.lang.String contextTypeId)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>contextTypeId</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.templates</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.templates</strong></font>
<br>
Class TemplateContextTypeIdsXPath</h2>
<br>
<hr>
<pre>public class <strong>TemplateContextTypeIdsXPath</strong>
extends java.lang.Object</pre>This class contains the names and values for the XSL ContenxtTypes for
the XPath completion proposals.<p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>AXIS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>CUSTOM</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>EXSLT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>OPERATOR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH2</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</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>TemplateContextTypeIdsXPath</strong>()</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>AXIS</h2>
<p>
<code>public static java.lang.String <strong>AXIS</strong></code>
</p>
<table>
<tr>
<td>TODO: Add Javadoc</td>
</tr>
</table>
<hr>
<h2>CUSTOM</h2>
<p>
<code>public static java.lang.String <strong>CUSTOM</strong></code>
</p>
<table>
<tr>
<td>TODO: Add Javadoc</td>
</tr>
</table>
<hr>
<h2>EXSLT</h2>
<p>
<code>public static java.lang.String <strong>EXSLT</strong></code>
</p>
<table>
<tr>
<td>TODO: Add Javadoc</td>
</tr>
</table>
<hr>
<h2>OPERATOR</h2>
<p>
<code>public static java.lang.String <strong>OPERATOR</strong></code>
</p>
<table>
<tr>
<td>TODO: Add Javadoc</td>
</tr>
</table>
<hr>
<h2>XPATH</h2>
<p>
<code>public static java.lang.String <strong>XPATH</strong></code>
</p>
<table>
<tr>
<td>TODO: Add Javadoc</td>
</tr>
</table>
<hr>
<h2>XPATH2</h2>
<p>
<code>public static java.lang.String <strong>XPATH2</strong></code>
</p>
<table>
<tr>
<td>TODO: Add Javadoc</td>
</tr>
</table>
<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>TemplateContextTypeIdsXPath</h2>
<p>
<code>public <strong>TemplateContextTypeIdsXPath</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.util</strong></font>
<br>
Class XPathPluginImageHelper</h2>
<br>
<hr>
<pre>public class <strong>XPathPluginImageHelper</strong>
extends java.lang.Object</pre>Helper class to handle images provided by this plug-in.
NOTE: For internal use only. For images used externally, please use the
Shared***ImageHelper class instead.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathPluginImageHelper</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(java.lang.String resource)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Retrieves the image associated with resource from the image registry.
If the image cannot be retrieved, attempt to find and load the image at
the location specified in resource.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ImageDescriptor</code></td><td width="" align="left"><code>getImageDescriptor(java.lang.String resource)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Retrieves the image descriptor associated with resource from the image
descriptor registry. If the image descriptor cannot be retrieved,
attempt to find and load the image descriptor at the location specified
in resource.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xml.xpath.ui.internal.util.XPathPluginImageHelper</code></td><td width="" align="left"><code>getInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Gets the instance.</td>
</tr>
</table>
<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>XPathPluginImageHelper</h2>
<p>
<code>public <strong>XPathPluginImageHelper</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getImage</h2>
<p>
<code>public org.eclipse.swt.graphics.Image <strong>getImage</strong>(java.lang.String resource)</code>
</p>
<p>Retrieves the image associated with resource from the image registry.
If the image cannot be retrieved, attempt to find and load the image at
the location specified in resource.</p>
<h3>Parameters</h3>
<p>
<code>resource</code> - the image to retrieve</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code> - Image the image associated with resource or null if one could not be found</p>
<hr>
<h2>getImageDescriptor</h2>
<p>
<code>public ImageDescriptor <strong>getImageDescriptor</strong>(java.lang.String resource)</code>
</p>
<p>Retrieves the image descriptor associated with resource from the image
descriptor registry. If the image descriptor cannot be retrieved,
attempt to find and load the image descriptor at the location specified
in resource.</p>
<h3>Parameters</h3>
<p>
<code>resource</code> - the image descriptor to retrieve</p>
<h3>Returns</h3>
<p>
<code>ImageDescriptor</code> - ImageDescriptor the image descriptor assocated with resource or the default "missing" image descriptor if one could not be found</p>
<hr>
<h2>getInstance</h2>
<p>
<code>public org.eclipse.wst.xml.xpath.ui.internal.util.XPathPluginImageHelper <strong>getInstance</strong>()</code>
</p>
<p>Gets the instance.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xml.xpath.ui.internal.util.XPathPluginImageHelper</code> - Returns a XMLEditorPluginImageHelper</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xml.xpath.ui.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xml.xpath.ui.internal.util</strong></font>
<br>
Class XPathPluginImages</h2>
<br>
<hr>
<pre>public class <strong>XPathPluginImages</strong>
extends java.lang.Object</pre>Bundle of most images used by the XSL Plugins<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 static java.lang.String</code></td><td width="80%" align="left"><code>IMG_OPERATOR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XPATH Images used for Content Assist</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>IMG_VARIABLES</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XPATH Images used for Content Assist</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>IMG_XPATH_AXIS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XPATH Images used for Content Assist</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>IMG_XPATH_FUNCTION</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XPATH Images used for Content Assist</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>XPathPluginImages</strong>()</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>IMG_OPERATOR</h2>
<p>
<code>public static java.lang.String <strong>IMG_OPERATOR</strong></code>
</p>
<table>
<tr>
<td>Path to the XPATH Images used for Content Assist</td>
</tr>
</table>
<hr>
<h2>IMG_VARIABLES</h2>
<p>
<code>public static java.lang.String <strong>IMG_VARIABLES</strong></code>
</p>
<table>
<tr>
<td>Path to the XPATH Images used for Content Assist</td>
</tr>
</table>
<hr>
<h2>IMG_XPATH_AXIS</h2>
<p>
<code>public static java.lang.String <strong>IMG_XPATH_AXIS</strong></code>
</p>
<table>
<tr>
<td>Path to the XPATH Images used for Content Assist</td>
</tr>
</table>
<hr>
<h2>IMG_XPATH_FUNCTION</h2>
<p>
<code>public static java.lang.String <strong>IMG_XPATH_FUNCTION</strong></code>
</p>
<table>
<tr>
<td>Path to the XPATH Images used for Content Assist</td>
</tr>
</table>
<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>XPathPluginImages</h2>
<p>
<code>public <strong>XPathPluginImages</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core</strong></font>
<br>
Class ValidationPreferences</h2>
<br>
<hr>
<pre>public class <strong>ValidationPreferences</strong>
extends java.lang.Object</pre>Preference constants specific to the XSL validator.<p></p>
<p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>CALL_TEMPLATES</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which an unresolved called template is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>CIRCULAR_REF</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which an include/import circular references is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>DUPLICATE_PARAMETER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which a duplicate parameter is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>EMPTY_PARAM</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which a parameter that does not have a default value and does not specify a value is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MAX_ERRORS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The maximum number of errors allowed per XSL file.
&lt;p&gt;
Value is of type &lt;code&gt;Integer&lt;/code&gt;.
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MISSING_INCLUDE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which an unresolved import or included is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>MISSING_PARAM</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which a missing parameter is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>NAME_ATTRIBUTE_EMPTY</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which a parameter with an empty name attribute is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>NAME_ATTRIBUTE_MISSING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which a parameter without a name attribute is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>TEMPLATE_CONFLICT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which a template conflict is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATHS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The level at which an invalid XPath is reported.
&lt;p&gt;
Value is one of &lt;code&gt;IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO&lt;/code&gt;
&lt;/p&gt;</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>ValidationPreferences</strong>()</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>CALL_TEMPLATES</h2>
<p>
<code>public static java.lang.String <strong>CALL_TEMPLATES</strong></code>
</p>
<table>
<tr>
<td>The level at which an unresolved called template is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>CIRCULAR_REF</h2>
<p>
<code>public static java.lang.String <strong>CIRCULAR_REF</strong></code>
</p>
<table>
<tr>
<td>The level at which an include/import circular references is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>DUPLICATE_PARAMETER</h2>
<p>
<code>public static java.lang.String <strong>DUPLICATE_PARAMETER</strong></code>
</p>
<table>
<tr>
<td>The level at which a duplicate parameter is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>EMPTY_PARAM</h2>
<p>
<code>public static java.lang.String <strong>EMPTY_PARAM</strong></code>
</p>
<table>
<tr>
<td>The level at which a parameter that does not have a default value and does not specify a value is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>MAX_ERRORS</h2>
<p>
<code>public static java.lang.String <strong>MAX_ERRORS</strong></code>
</p>
<table>
<tr>
<td>The maximum number of errors allowed per XSL file.
<p>
Value is of type <code>Integer</code>.
</p></td>
</tr>
</table>
<hr>
<h2>MISSING_INCLUDE</h2>
<p>
<code>public static java.lang.String <strong>MISSING_INCLUDE</strong></code>
</p>
<table>
<tr>
<td>The level at which an unresolved import or included is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>MISSING_PARAM</h2>
<p>
<code>public static java.lang.String <strong>MISSING_PARAM</strong></code>
</p>
<table>
<tr>
<td>The level at which a missing parameter is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>NAME_ATTRIBUTE_EMPTY</h2>
<p>
<code>public static java.lang.String <strong>NAME_ATTRIBUTE_EMPTY</strong></code>
</p>
<table>
<tr>
<td>The level at which a parameter with an empty name attribute is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>NAME_ATTRIBUTE_MISSING</h2>
<p>
<code>public static java.lang.String <strong>NAME_ATTRIBUTE_MISSING</strong></code>
</p>
<table>
<tr>
<td>The level at which a parameter without a name attribute is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>TEMPLATE_CONFLICT</h2>
<p>
<code>public static java.lang.String <strong>TEMPLATE_CONFLICT</strong></code>
</p>
<table>
<tr>
<td>The level at which a template conflict is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<hr>
<h2>XPATHS</h2>
<p>
<code>public static java.lang.String <strong>XPATHS</strong></code>
</p>
<table>
<tr>
<td>The level at which an invalid XPath is reported.
<p>
Value is one of <code>IMarker.SEVERITY_ERROR, IMarker.SEVERITY_WARNING, IMarker.SEVERITY_INFO</code>
</p></td>
</tr>
</table>
<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>ValidationPreferences</h2>
<p>
<code>public <strong>ValidationPreferences</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core</strong></font>
<br>
Class XSLCore</h2>
<br>
<hr>
<pre>public class <strong>XSLCore</strong>
extends java.lang.Object</pre>The interface to all aspects of the XSL core functionality.
<p>
This is responsible for building and maintaining the cache of built XSL models.
</p><p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>XSL_CONTENT_TYPE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The XSL content type (= org.eclipse.wst.xml.core.xslsource)</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSL_NAMESPACE_URI</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
The XSL namespace URI (= http://www.w3.org/1999/XSL/Transform)</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.StylesheetModel</code></td><td width="" align="left"><code>buildStylesheet(IFile file)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Completely rebuild the source file from its DOM</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>clean(IProject project
,
IProgressMonitor monitor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Clean all of the stylesheets from the given project.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xsl.core.XSLCore</code></td><td width="" align="left"><code>getInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the singleton <code>XSLCore</code> instance.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.StylesheetModel</code></td><td width="" align="left"><code>getStylesheet(IFile file)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the cached stylesheet, or build it if it has not yet been built.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="" align="left"><code>isXMLFile(IFile file)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Determine whether the given file is an XML file by inspecting its content types.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="" align="left"><code>isXSLFile(IFile file)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Determine whether the given file is an XSL file by inspecting its content types.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="" align="left"><code>isXSLNamespace(IDOMNode node)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static IFile</code></td><td width="" align="left"><code>resolveFile(IFile currentFile
,
java.lang.String uri)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Locates a file for the given current file and URI.</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>XSL_CONTENT_TYPE</h2>
<p>
<code>public static java.lang.String <strong>XSL_CONTENT_TYPE</strong></code>
</p>
<table>
<tr>
<td>The XSL content type (= org.eclipse.wst.xml.core.xslsource)</td>
</tr>
</table>
<hr>
<h2>XSL_NAMESPACE_URI</h2>
<p>
<code>public static java.lang.String <strong>XSL_NAMESPACE_URI</strong></code>
</p>
<table>
<tr>
<td>The XSL namespace URI (= http://www.w3.org/1999/XSL/Transform)</td>
</tr>
</table>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>buildStylesheet</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.StylesheetModel <strong>buildStylesheet</strong>(IFile file)</code>
</p>
<p>Completely rebuild the source file from its DOM</p>
<h3>Parameters</h3>
<p>
<code>file</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.StylesheetModel</code> - the stylesheet model, or null if it could not be created.</p>
<hr>
<h2>clean</h2>
<p>
<code>public void <strong>clean</strong>(IProject project
,
IProgressMonitor monitor)</code>
</p>
<p>Clean all of the stylesheets from the given project.</p>
<h3>Parameters</h3>
<p>
<code>project</code> - the project to be cleaned</p>
<p>
<code>monitor</code> - a progress monitor to track the clean progress</p>
<hr>
<h2>getInstance</h2>
<p>
<code>public org.eclipse.wst.xsl.core.XSLCore <strong>getInstance</strong>()</code>
</p>
<p>Get the singleton <code>XSLCore</code> instance.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.XSLCore</code> - the <code>XSLCore</code> instance</p>
<hr>
<h2>getStylesheet</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.StylesheetModel <strong>getStylesheet</strong>(IFile file)</code>
</p>
<p>Get the cached stylesheet, or build it if it has not yet been built.</p>
<h3>Parameters</h3>
<p>
<code>file</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.StylesheetModel</code> - source file, or null if could not be built</p>
<hr>
<h2>isXMLFile</h2>
<p>
<code>public boolean <strong>isXMLFile</strong>(IFile file)</code>
</p>
<p>Determine whether the given file is an XML file by inspecting its content types.</p>
<h3>Parameters</h3>
<p>
<code>file</code> - the file to inspect</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - true if this file is an XML file</p>
<hr>
<h2>isXSLFile</h2>
<p>
<code>public boolean <strong>isXSLFile</strong>(IFile file)</code>
</p>
<p>Determine whether the given file is an XSL file by inspecting its content types.</p>
<h3>Parameters</h3>
<p>
<code>file</code> - the file to inspect</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - true if this file is an XSL file</p>
<hr>
<h2>isXSLNamespace</h2>
<p>
<code>public boolean <strong>isXSLNamespace</strong>(IDOMNode node)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>node</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>resolveFile</h2>
<p>
<code>public IFile <strong>resolveFile</strong>(IFile currentFile
,
java.lang.String uri)</code>
</p>
<p>Locates a file for the given current file and URI.</p>
<h3>Parameters</h3>
<p>
<code>currentFile</code> - the file to resolve relative to</p>
<p>
<code>uri</code> - the relative URI</p>
<h3>Returns</h3>
<p>
<code>IFile</code> - the file at the URI relative to this <code>currentFile</code></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal</strong></font>
<br>
Class Messages</h2>
<br>
<hr>
<pre>public class <strong>Messages</strong>
extends NLS</pre>
<p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>XSLCorePlugin_badInitializationData</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLCorePlugin_coreError</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLCorePlugin_parserConfiguration</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</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>Messages</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>reloadMessages()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</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>XSLCorePlugin_badInitializationData</h2>
<p>
<code>public static java.lang.String <strong>XSLCorePlugin_badInitializationData</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XSLCorePlugin_coreError</h2>
<p>
<code>public static java.lang.String <strong>XSLCorePlugin_coreError</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XSLCorePlugin_parserConfiguration</h2>
<p>
<code>public static java.lang.String <strong>XSLCorePlugin_parserConfiguration</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<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>Messages</h2>
<p>
<code>public <strong>Messages</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>reloadMessages</h2>
<p>
<code>public void <strong>reloadMessages</strong>()</code>
</p>
<p>TODO: Add JavaDoc</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal</strong></font>
<br>
Class XSLCorePlugin</h2>
<br>
<hr>
<pre>public class <strong>XSLCorePlugin</strong>
extends Plugin</pre>The activator class controls the plug-in life cycle<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 static java.lang.String</code></td><td width="80%" align="left"><code>PLUGIN_ID</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</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>XSLCorePlugin</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xsl.core.internal.XSLCorePlugin</code></td><td width="" align="left"><code>getDefault()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the shared instance</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public javax.xml.parsers.SAXParserFactory</code></td><td width="" align="left"><code>getFactory()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Return the registered SAX parser factory or null if one
does not exist. * @return</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>log(IStatus status)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Logs the specified status with this plug-in's log.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static IStatus</code></td><td width="" align="left"><code>newErrorStatus(java.lang.String message
,
java.lang.Throwable exception)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns a new error status for this plug-in with the given message</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>start(BundleContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>stop(BundleContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>PLUGIN_ID</h2>
<p>
<code>public static java.lang.String <strong>PLUGIN_ID</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<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>XSLCorePlugin</h2>
<p>
<code>public <strong>XSLCorePlugin</strong>()</code>
</p>
<p>The constructor</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getDefault</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.XSLCorePlugin <strong>getDefault</strong>()</code>
</p>
<p>Returns the shared instance</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.XSLCorePlugin</code> - the shared instance</p>
<hr>
<h2>getFactory</h2>
<p>
<code>public javax.xml.parsers.SAXParserFactory <strong>getFactory</strong>()</code>
</p>
<p>Return the registered SAX parser factory or null if one
does not exist. * @return</p>
<h3>Returns</h3>
<p>
<code>javax.xml.parsers.SAXParserFactory</code> - returns a SAXParserFactory</p>
<hr>
<h2>log</h2>
<p>
<code>public void <strong>log</strong>(IStatus status)</code>
</p>
<p>Logs the specified status with this plug-in's log.</p>
<h3>Parameters</h3>
<p>
<code>status</code> - status to log</p>
<hr>
<h2>newErrorStatus</h2>
<p>
<code>public IStatus <strong>newErrorStatus</strong>(java.lang.String message
,
java.lang.Throwable exception)</code>
</p>
<p>Returns a new error status for this plug-in with the given message</p>
<h3>Parameters</h3>
<p>
<code>message</code> - the message to be included in the status</p>
<p>
<code>exception</code> - the exception to be included in the status or <code>null</code> if none</p>
<h3>Returns</h3>
<p>
<code>IStatus</code> - a new error status</p>
<hr>
<h2>start</h2>
<p>
<code>public void <strong>start</strong>(BundleContext context)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<h2>stop</h2>
<p>
<code>public void <strong>stop</strong>(BundleContext context)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.ant</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.ant</strong></font>
<br>
Class Messages</h2>
<br>
<hr>
<pre>public class <strong>Messages</strong>
extends NLS</pre>The XInclude message properties for string externalization<p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_0</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_1</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_2</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_3</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_4</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_5</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_6</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_7</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_8</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XIncludeTask_9</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
</table>
<br>
<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>XIncludeTask_0</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_0</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_1</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_1</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_2</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_2</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_3</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_3</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_4</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_4</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_5</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_5</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_6</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_6</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_7</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_7</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_8</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_8</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<h2>XIncludeTask_9</h2>
<p>
<code>public static java.lang.String <strong>XIncludeTask_9</strong></code>
</p>
<table>
<tr>
<td>TODO: Add JavaDoc</td>
</tr>
</table>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.ant</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.ant</strong></font>
<br>
Class XIncludeTask</h2>
<br>
<hr>
<pre>public class <strong>XIncludeTask</strong>
extends org.apache.tools.ant.Task</pre>TODO: Add Java Doc<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XIncludeTask</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>execute()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.Collection</code></td><td width="" align="left"><code>listFiles(java.io.File directory
,
boolean recurse)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setIn(java.lang.String inFile)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setOut(java.lang.String outFile)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add JavaDoc</td>
</tr>
</table>
<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>XIncludeTask</h2>
<p>
<code>public <strong>XIncludeTask</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>execute</h2>
<p>
<code>public void <strong>execute</strong>()</code>
</p>
<p></p>
<hr>
<h2>listFiles</h2>
<p>
<code>public java.util.Collection <strong>listFiles</strong>(java.io.File directory
,
boolean recurse)</code>
</p>
<p>TODO: Add JavaDoc</p>
<h3>Parameters</h3>
<p>
<code>directory</code>
</p>
<p>
<code>recurse</code>
</p>
<h3>Returns</h3>
<p>
<code>java.util.Collection</code>
</p>
<hr>
<h2>setIn</h2>
<p>
<code>public void <strong>setIn</strong>(java.lang.String inFile)</code>
</p>
<p>TODO: Add JavaDoc</p>
<h3>Parameters</h3>
<p>
<code>inFile</code>
</p>
<hr>
<h2>setOut</h2>
<p>
<code>public void <strong>setOut</strong>(java.lang.String outFile)</code>
</p>
<p>TODO: Add JavaDoc</p>
<h3>Parameters</h3>
<p>
<code>outFile</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class CallTemplate</h2>
<br>
<hr>
<pre>public class <strong>CallTemplate</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLElement</pre>The <code>xsl:call-template</code> model element.<p></p>
<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>package-private java.util.List</code></td><td width="80%" align="left"><code>parameters</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>CallTemplate</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addParameter(org.eclipse.wst.xsl.core.internal.model.Parameter parameter)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a parameter to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>name</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getParameters()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of parameters associated with this.</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>parameters</h2>
<p>
<code>package-private java.util.List <strong>parameters</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>CallTemplate</h2>
<p>
<code>public <strong>CallTemplate</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>addParameter</h2>
<p>
<code>public void <strong>addParameter</strong>(org.eclipse.wst.xsl.core.internal.model.Parameter parameter)</code>
</p>
<p>Add a parameter to this.</p>
<h3>Parameters</h3>
<p>
<code>parameter</code> - the parameter to add</p>
<hr>
<h2>getName</h2>
<p>
<code>public java.lang.String <strong>getName</strong>()</code>
</p>
<p>Get the value of the <code>name</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the template name, or null</p>
<hr>
<h2>getParameters</h2>
<p>
<code>public java.util.List <strong>getParameters</strong>()</code>
</p>
<p>Get the list of parameters associated with this.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - a list of parameters</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class Import</h2>
<br>
<hr>
<pre>public class <strong>Import</strong>
extends org.eclipse.wst.xsl.core.internal.model.Include</pre>The <code>xsl:import</code> model element.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>Import</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
Constructor Detail
</h2>
</td>
</tr>
</table>
<h2>Import</h2>
<p>
<code>public <strong>Import</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class Include</h2>
<br>
<hr>
<pre>public class <strong>Include</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLElement</pre>The <code>xsl:include</code> model element.<p></p>
<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 static int</code></td><td width="80%" align="left"><code>IMPORT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Constant indicating that this is an &lt;code&gt;Import&lt;/code&gt;.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>INCLUDE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Constant indicating that this is an &lt;code&gt;Include&lt;/code&gt;.</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>Include</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code></td>
</tr>
<tr>
<td><code><strong>Include</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet
,
int type)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getHref()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>href</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IFile</code></td><td width="" align="left"><code>getHrefAsFile()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Gets the included file as a source file, if possible (returned file may be null and need not exist).</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getIncludeType()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the type of include, whether an <code>Include</code> or an <code>Import</code>.</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>IMPORT</h2>
<p>
<code>public static int <strong>IMPORT</strong></code>
</p>
<table>
<tr>
<td>Constant indicating that this is an <code>Import</code>.</td>
</tr>
</table>
<hr>
<h2>INCLUDE</h2>
<p>
<code>public static int <strong>INCLUDE</strong></code>
</p>
<table>
<tr>
<td>Constant indicating that this is an <code>Include</code>.</td>
</tr>
</table>
<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>Include</h2>
<p>
<code>public <strong>Include</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<h2>Include</h2>
<p>
<code>protected <strong>Include</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet
,
int type)</code>
</p>
<p>Create a new instance of this, specifying whether an <code>Include</code> or an <code>Import</code>.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getHref</h2>
<p>
<code>public java.lang.String <strong>getHref</strong>()</code>
</p>
<p>Get the value of the <code>href</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the <code>href</code> value, or null</p>
<hr>
<h2>getHrefAsFile</h2>
<p>
<code>public IFile <strong>getHrefAsFile</strong>()</code>
</p>
<p>Gets the included file as a source file, if possible (returned file may be null and need not exist).</p>
<h3>Returns</h3>
<p>
<code>IFile</code> - the included file, or null</p>
<hr>
<h2>getIncludeType</h2>
<p>
<code>public int <strong>getIncludeType</strong>()</code>
</p>
<p>Get the type of include, whether an <code>Include</code> or an <code>Import</code>.</p>
<h3>Returns</h3>
<p>
<code>int</code> - one of the constants <code>INCLUDE</code> or <code>IMPORT</code></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class Parameter</h2>
<br>
<hr>
<pre>public class <strong>Parameter</strong>
extends org.eclipse.wst.xsl.core.internal.model.Variable</pre>The <code>xsl:parameter</code> or <code>xsl:with-param</code> model element.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>Parameter</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>isValue()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get whether this has a value.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setValue(boolean valueSet)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set whether this has a value.</td>
</tr>
</table>
<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>Parameter</h2>
<p>
<code>public <strong>Parameter</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>isValue</h2>
<p>
<code>public boolean <strong>isValue</strong>()</code>
</p>
<p>Get whether this has a value.</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - <code>true</code> if this has a value</p>
<hr>
<h2>setValue</h2>
<p>
<code>public void <strong>setValue</strong>(boolean valueSet)</code>
</p>
<p>Set whether this has a value.</p>
<h3>Parameters</h3>
<p>
<code>valueSet</code> - <code>true</code> if this has a value</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class Stylesheet</h2>
<br>
<hr>
<pre>public class <strong>Stylesheet</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLElement</pre>The <code>xsl:stylesheet</code> model element.<p></p>
<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>package-private java.util.List</code></td><td width="80%" align="left"><code>calledTemplates</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>elements</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private IFile</code></td><td width="80%" align="left"><code>file</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>globalVariables</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>imports</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>includes</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>templates</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>Stylesheet</strong>(IFile file)</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addCalledTemplate(org.eclipse.wst.xsl.core.internal.model.CallTemplate template)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a <code>CallTemplate</code> to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addGlobalVariable(org.eclipse.wst.xsl.core.internal.model.Variable var)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a global variable to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addImport(org.eclipse.wst.xsl.core.internal.model.Import include)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add an <code>Import</code> to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addInclude(org.eclipse.wst.xsl.core.internal.model.Include include)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add an <code>Include</code> to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addTemplate(org.eclipse.wst.xsl.core.internal.model.Template template)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a <code>Template</code> to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getCalledTemplates()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of called templates for this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IFile</code></td><td width="" align="left"><code>getFile()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the file that this represents.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getImports()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of imports for this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getIncludes()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of includes for this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet</code></td><td width="" align="left"><code>getStylesheet()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getTemplates()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of templates for this.</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>calledTemplates</h2>
<p>
<code>package-private java.util.List <strong>calledTemplates</strong></code>
</p>
<hr>
<h2>elements</h2>
<p>
<code>package-private java.util.List <strong>elements</strong></code>
</p>
<hr>
<h2>file</h2>
<p>
<code>package-private IFile <strong>file</strong></code>
</p>
<hr>
<h2>globalVariables</h2>
<p>
<code>package-private java.util.List <strong>globalVariables</strong></code>
</p>
<hr>
<h2>imports</h2>
<p>
<code>package-private java.util.List <strong>imports</strong></code>
</p>
<hr>
<h2>includes</h2>
<p>
<code>package-private java.util.List <strong>includes</strong></code>
</p>
<hr>
<h2>templates</h2>
<p>
<code>package-private java.util.List <strong>templates</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>Stylesheet</h2>
<p>
<code>public <strong>Stylesheet</strong>(IFile file)</code>
</p>
<p>Create an instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>addCalledTemplate</h2>
<p>
<code>public void <strong>addCalledTemplate</strong>(org.eclipse.wst.xsl.core.internal.model.CallTemplate template)</code>
</p>
<p>Add a <code>CallTemplate</code> to this.</p>
<h3>Parameters</h3>
<p>
<code>template</code> - the template to add</p>
<hr>
<h2>addGlobalVariable</h2>
<p>
<code>public void <strong>addGlobalVariable</strong>(org.eclipse.wst.xsl.core.internal.model.Variable var)</code>
</p>
<p>Add a global variable to this.</p>
<h3>Parameters</h3>
<p>
<code>var</code> - the variable to add</p>
<hr>
<h2>addImport</h2>
<p>
<code>public void <strong>addImport</strong>(org.eclipse.wst.xsl.core.internal.model.Import include)</code>
</p>
<p>Add an <code>Import</code> to this.</p>
<h3>Parameters</h3>
<p>
<code>include</code> - the import to add</p>
<hr>
<h2>addInclude</h2>
<p>
<code>public void <strong>addInclude</strong>(org.eclipse.wst.xsl.core.internal.model.Include include)</code>
</p>
<p>Add an <code>Include</code> to this.</p>
<h3>Parameters</h3>
<p>
<code>include</code> - the include to add</p>
<hr>
<h2>addTemplate</h2>
<p>
<code>public void <strong>addTemplate</strong>(org.eclipse.wst.xsl.core.internal.model.Template template)</code>
</p>
<p>Add a <code>Template</code> to this.</p>
<h3>Parameters</h3>
<p>
<code>template</code> - the template to add</p>
<hr>
<h2>getCalledTemplates</h2>
<p>
<code>public java.util.List <strong>getCalledTemplates</strong>()</code>
</p>
<p>Get the list of called templates for this.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the list of called templates</p>
<hr>
<h2>getFile</h2>
<p>
<code>public IFile <strong>getFile</strong>()</code>
</p>
<p>Get the file that this represents.</p>
<h3>Returns</h3>
<p>
<code>IFile</code> - the file that this represents</p>
<hr>
<h2>getImports</h2>
<p>
<code>public java.util.List <strong>getImports</strong>()</code>
</p>
<p>Get the list of imports for this.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the list of imports</p>
<hr>
<h2>getIncludes</h2>
<p>
<code>public java.util.List <strong>getIncludes</strong>()</code>
</p>
<p>Get the list of includes for this.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the list of includes</p>
<hr>
<h2>getStylesheet</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet <strong>getStylesheet</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.Stylesheet</code>
</p>
<hr>
<h2>getTemplates</h2>
<p>
<code>public java.util.List <strong>getTemplates</strong>()</code>
</p>
<p>Get the list of templates for this.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the list of templates</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class StylesheetBuilder</h2>
<br>
<hr>
<pre>public class <strong>StylesheetBuilder</strong>
extends java.lang.Object</pre>A builder that creates and maintains a cache of <code>Stylesheet</code>'s.<p></p>
<hr>
<table width="100%" border="1">
<tr cols="2" bgcolor="#CCCCFF">
<td colspan="2" width="100%">
<h2>Method Summary</h2>
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xsl.core.internal.model.StylesheetBuilder</code></td><td width="" align="left"><code>getInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the singleton <code>StylesheetBuilder</code> instance.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet</code></td><td width="" align="left"><code>getStylesheet(IFile file
,
boolean force)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the <code>Stylesheet</code> associated with the given file. If either
the <code>Stylesheet</code> has not yet been created or
<code>force</code> is specified then the <code>Stylesheet</code> is
built.</td>
</tr>
</table>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getInstance</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.StylesheetBuilder <strong>getInstance</strong>()</code>
</p>
<p>Get the singleton <code>StylesheetBuilder</code> instance.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.StylesheetBuilder</code> - the <code>StylesheetBuilder</code> instance</p>
<hr>
<h2>getStylesheet</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet <strong>getStylesheet</strong>(IFile file
,
boolean force)</code>
</p>
<p>Get the <code>Stylesheet</code> associated with the given file. If either
the <code>Stylesheet</code> has not yet been created or
<code>force</code> is specified then the <code>Stylesheet</code> is
built.</p>
<h3>Parameters</h3>
<p>
<code>file</code> - the XSL file</p>
<p>
<code>force</code> - <code>true</code> to force a parse of the file</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.Stylesheet</code> - the <code>Stylesheet</code></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class StylesheetModel</h2>
<br>
<hr>
<pre>public class <strong>StylesheetModel</strong>
extends java.lang.Object</pre>The composed stylesheet, consisting of all templates and variables available
via imports and includes.
<p>
The <code>fix()</code> method does the actual work of populating the fields
of this, so it must be called before calling any of the other methods.
</p>
<p>
Note that this model may not be valid - for instance there may be more than
one named template for a given name or more than one global variable with a
given name.
</p><p></p>
<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>package-private boolean</code></td><td width="80%" align="left"><code>circularReference</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.Set</code></td><td width="80%" align="left"><code>files</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>globalVariables</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.Set</code></td><td width="80%" align="left"><code>stylesheets</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>templates</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.Set</code></td><td width="80%" align="left"><code>templateSet</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>StylesheetModel</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>findMatching(org.eclipse.wst.xsl.core.internal.model.Template toMatch)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get all templates that match the given template (determined from
<code>Template.equals()</code>).</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>fix()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Perform the process of traversing the hierarchy to determine all of the
properties of this. Note that this method may force other
<code>StylesheetModel</code>'s to be built during the process of fixing.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.Set</code></td><td width="" align="left"><code>getFileDependencies()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get all files that are included in this stylesheet anywhere in the
hierarchy via either import or include.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getGlobalVariables()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get all global variables that are included in this stylesheet anywhere in
the hierarchy via either import or include.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.Set</code></td><td width="" align="left"><code>getIncludedStylesheets()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get all stylesheets that are included in this stylesheet anywhere in the
hierarchy via either import or include.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet</code></td><td width="" align="left"><code>getStylesheet()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the stylesheet that this is the model for.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getTemplates()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get all templates that are included in this stylesheet anywhere in the
hierarchy via either import or include.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getTemplatesByName(java.lang.String name)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get all named templates that are included in this stylesheet anywhere in
the hierarchy via either import or include which have the given name.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>hasCircularReference()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get whether this has a circular reference anywhere in its import/included
hierarchy.</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>circularReference</h2>
<p>
<code>package-private boolean <strong>circularReference</strong></code>
</p>
<hr>
<h2>files</h2>
<p>
<code>package-private java.util.Set <strong>files</strong></code>
</p>
<hr>
<h2>globalVariables</h2>
<p>
<code>package-private java.util.List <strong>globalVariables</strong></code>
</p>
<hr>
<h2>stylesheets</h2>
<p>
<code>package-private java.util.Set <strong>stylesheets</strong></code>
</p>
<hr>
<h2>templates</h2>
<p>
<code>package-private java.util.List <strong>templates</strong></code>
</p>
<hr>
<h2>templateSet</h2>
<p>
<code>package-private java.util.Set <strong>templateSet</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>StylesheetModel</h2>
<p>
<code>public <strong>StylesheetModel</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>findMatching</h2>
<p>
<code>public java.util.List <strong>findMatching</strong>(org.eclipse.wst.xsl.core.internal.model.Template toMatch)</code>
</p>
<p>Get all templates that match the given template (determined from
<code>Template.equals()</code>).</p>
<h3>Parameters</h3>
<p>
<code>toMatch</code> - the template to match</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the set of templates that match</p>
<hr>
<h2>fix</h2>
<p>
<code>public void <strong>fix</strong>()</code>
</p>
<p>Perform the process of traversing the hierarchy to determine all of the
properties of this. Note that this method may force other
<code>StylesheetModel</code>'s to be built during the process of fixing.</p>
<hr>
<h2>getFileDependencies</h2>
<p>
<code>public java.util.Set <strong>getFileDependencies</strong>()</code>
</p>
<p>Get all files that are included in this stylesheet anywhere in the
hierarchy via either import or include.</p>
<h3>Returns</h3>
<p>
<code>java.util.Set</code> - the set of files in the entire hierarchy</p>
<hr>
<h2>getGlobalVariables</h2>
<p>
<code>public java.util.List <strong>getGlobalVariables</strong>()</code>
</p>
<p>Get all global variables that are included in this stylesheet anywhere in
the hierarchy via either import or include.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the set of files in the entire hierarchy</p>
<hr>
<h2>getIncludedStylesheets</h2>
<p>
<code>public java.util.Set <strong>getIncludedStylesheets</strong>()</code>
</p>
<p>Get all stylesheets that are included in this stylesheet anywhere in the
hierarchy via either import or include.</p>
<h3>Returns</h3>
<p>
<code>java.util.Set</code> - the set of stylesheets in the entire hierarchy</p>
<hr>
<h2>getStylesheet</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet <strong>getStylesheet</strong>()</code>
</p>
<p>Get the stylesheet that this is the model for.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.Stylesheet</code> - the stylesheet that this is the model for</p>
<hr>
<h2>getTemplates</h2>
<p>
<code>public java.util.List <strong>getTemplates</strong>()</code>
</p>
<p>Get all templates that are included in this stylesheet anywhere in the
hierarchy via either import or include.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the set of templates in the entire hierarchy</p>
<hr>
<h2>getTemplatesByName</h2>
<p>
<code>public java.util.List <strong>getTemplatesByName</strong>(java.lang.String name)</code>
</p>
<p>Get all named templates that are included in this stylesheet anywhere in
the hierarchy via either import or include which have the given name.</p>
<h3>Parameters</h3>
<p>
<code>name</code> - the template name</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the set of named templates with the given name</p>
<hr>
<h2>hasCircularReference</h2>
<p>
<code>public boolean <strong>hasCircularReference</strong>()</code>
</p>
<p>Get whether this has a circular reference anywhere in its import/included
hierarchy.</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - <code>true</code> if this has a circular reference</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class Template</h2>
<br>
<hr>
<pre>public class <strong>Template</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLElement</pre>The <code>xsl:template</code> model element.<p></p>
<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>package-private java.util.List</code></td><td width="80%" align="left"><code>parameters</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>variables</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>Template</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addParameter(org.eclipse.wst.xsl.core.internal.model.Parameter parameter)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a parameter to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addVariable(org.eclipse.wst.xsl.core.internal.model.Variable var)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a variable to this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>equals(java.lang.Object obj)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getMatch()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>match</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getMode()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>mode</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>name</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getParameters()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of parameters of this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getPriority()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>priority</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>hashCode()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>toString()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>parameters</h2>
<p>
<code>package-private java.util.List <strong>parameters</strong></code>
</p>
<hr>
<h2>variables</h2>
<p>
<code>package-private java.util.List <strong>variables</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>Template</h2>
<p>
<code>public <strong>Template</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>addParameter</h2>
<p>
<code>public void <strong>addParameter</strong>(org.eclipse.wst.xsl.core.internal.model.Parameter parameter)</code>
</p>
<p>Add a parameter to this.</p>
<h3>Parameters</h3>
<p>
<code>parameter</code> - the parameter to add</p>
<hr>
<h2>addVariable</h2>
<p>
<code>public void <strong>addVariable</strong>(org.eclipse.wst.xsl.core.internal.model.Variable var)</code>
</p>
<p>Add a variable to this.</p>
<h3>Parameters</h3>
<p>
<code>var</code> - the variable to add</p>
<hr>
<h2>equals</h2>
<p>
<code>public boolean <strong>equals</strong>(java.lang.Object obj)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>obj</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>getMatch</h2>
<p>
<code>public java.lang.String <strong>getMatch</strong>()</code>
</p>
<p>Get the value of the <code>match</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the match value, or null</p>
<hr>
<h2>getMode</h2>
<p>
<code>public java.lang.String <strong>getMode</strong>()</code>
</p>
<p>Get the value of the <code>mode</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the mode value, or null</p>
<hr>
<h2>getName</h2>
<p>
<code>public java.lang.String <strong>getName</strong>()</code>
</p>
<p>Get the value of the <code>name</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the template name, or null</p>
<hr>
<h2>getParameters</h2>
<p>
<code>public java.util.List <strong>getParameters</strong>()</code>
</p>
<p>Get the list of parameters of this.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the list of parameters</p>
<hr>
<h2>getPriority</h2>
<p>
<code>public java.lang.String <strong>getPriority</strong>()</code>
</p>
<p>Get the value of the <code>priority</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the priority value, or null</p>
<hr>
<h2>hashCode</h2>
<p>
<code>public int <strong>hashCode</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>toString</h2>
<p>
<code>public java.lang.String <strong>toString</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class Variable</h2>
<br>
<hr>
<pre>public class <strong>Variable</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLElement</pre>The <code>xsl:variable</code> model element.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>Variable</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>name</code> attribute if one exists.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getSelect()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the <code>select</code> attribute if one exists.</td>
</tr>
</table>
<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>Variable</h2>
<p>
<code>public <strong>Variable</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getName</h2>
<p>
<code>public java.lang.String <strong>getName</strong>()</code>
</p>
<p>Get the value of the <code>name</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the variable name, or null</p>
<hr>
<h2>getSelect</h2>
<p>
<code>public java.lang.String <strong>getSelect</strong>()</code>
</p>
<p>Get the value of the <code>select</code> attribute if one exists.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the select value, or null</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class XSLAttribute</h2>
<br>
<hr>
<pre>public class <strong>XSLAttribute</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLNode</pre>An attribute of an element in the XSL namespace.<p></p>
<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>package-private java.lang.String</code></td><td width="80%" align="left"><code>name</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.lang.String</code></td><td width="80%" align="left"><code>value</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>XSLAttribute</strong>(org.eclipse.wst.xsl.core.internal.model.XSLElement element
,
java.lang.String name
,
java.lang.String value)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the name of this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getValue()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of this.</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>name</h2>
<p>
<code>package-private java.lang.String <strong>name</strong></code>
</p>
<hr>
<h2>value</h2>
<p>
<code>package-private java.lang.String <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>XSLAttribute</h2>
<p>
<code>public <strong>XSLAttribute</strong>(org.eclipse.wst.xsl.core.internal.model.XSLElement element
,
java.lang.String name
,
java.lang.String value)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getName</h2>
<p>
<code>public java.lang.String <strong>getName</strong>()</code>
</p>
<p>Get the name of this.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the attribute's name</p>
<hr>
<h2>getValue</h2>
<p>
<code>public java.lang.String <strong>getValue</strong>()</code>
</p>
<p>Get the value of this.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the attribute's value</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class XSLElement</h2>
<br>
<hr>
<pre>public class <strong>XSLElement</strong>
extends org.eclipse.wst.xsl.core.internal.model.XSLNode</pre>An element in the XSL namespace.<p></p>
<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>package-private java.util.Map</code></td><td width="80%" align="left"><code>attributes</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private java.util.List</code></td><td width="80%" align="left"><code>childElements</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>XSLElement</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>addChild(org.eclipse.wst.xsl.core.internal.model.XSLElement element)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add a child element of this.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.XSLAttribute</code></td><td width="" align="left"><code>getAttribute(java.lang.String name)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the attribute with the given name.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.Map</code></td><td width="" align="left"><code>getAttributes()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the attributes keyed by their names.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getAttributeValue(java.lang.String name)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the value of the attribute with the given name.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getChildElements()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the list of child elements</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setAttribute(org.eclipse.wst.xsl.core.internal.model.XSLAttribute attribute)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add an attribute of this</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>attributes</h2>
<p>
<code>package-private java.util.Map <strong>attributes</strong></code>
</p>
<hr>
<h2>childElements</h2>
<p>
<code>package-private java.util.List <strong>childElements</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>XSLElement</h2>
<p>
<code>public <strong>XSLElement</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>addChild</h2>
<p>
<code>public void <strong>addChild</strong>(org.eclipse.wst.xsl.core.internal.model.XSLElement element)</code>
</p>
<p>Add a child element of this.</p>
<h3>Parameters</h3>
<p>
<code>element</code> - the chold element</p>
<hr>
<h2>getAttribute</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.XSLAttribute <strong>getAttribute</strong>(java.lang.String name)</code>
</p>
<p>Get the attribute with the given name.</p>
<h3>Parameters</h3>
<p>
<code>name</code> - the name of the attribute</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.XSLAttribute</code> - the attribute</p>
<hr>
<h2>getAttributes</h2>
<p>
<code>public java.util.Map <strong>getAttributes</strong>()</code>
</p>
<p>Get the attributes keyed by their names.</p>
<h3>Returns</h3>
<p>
<code>java.util.Map</code> - the map of attribute names and instances</p>
<hr>
<h2>getAttributeValue</h2>
<p>
<code>public java.lang.String <strong>getAttributeValue</strong>(java.lang.String name)</code>
</p>
<p>Get the value of the attribute with the given name.</p>
<h3>Parameters</h3>
<p>
<code>name</code> - the name of the attribute</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the attribute value</p>
<hr>
<h2>getChildElements</h2>
<p>
<code>public java.util.List <strong>getChildElements</strong>()</code>
</p>
<p>Get the list of child elements</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - the list of children</p>
<hr>
<h2>setAttribute</h2>
<p>
<code>public void <strong>setAttribute</strong>(org.eclipse.wst.xsl.core.internal.model.XSLAttribute attribute)</code>
</p>
<p>Add an attribute of this</p>
<h3>Parameters</h3>
<p>
<code>attribute</code> - the attribute to add</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.model</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.model</strong></font>
<br>
Class XSLNode</h2>
<br>
<hr>
<pre>public class <strong>XSLNode</strong>
extends PlatformObject</pre>A node in the XSL namespace.<p></p>
<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 static short</code></td><td width="80%" align="left"><code>ATTRIBUTE_NODE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
A constant for the attribute node (= &lt;code&gt;org.w3c.dom.Node.ATTRIBUTE_NODE&lt;/code&gt;)</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private int</code></td><td width="80%" align="left"><code>columnNumber</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static short</code></td><td width="80%" align="left"><code>ELEMENT_NODE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
A constant for the element node (= &lt;code&gt;org.w3c.dom.Node.ELEMENT_NODE&lt;/code&gt;)</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>package-private int</code></td><td width="80%" align="left"><code>lineNumber</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>XSLNode</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet
,
short type)</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>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getColumnNumber()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the column number where this node occurs in the XSL file.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getLength()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the length of this node.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getLineNumber()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the line number where this node occurs in the XSL file.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public short</code></td><td width="" align="left"><code>getNodeType()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the type of node.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getOffset()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the document offset where this node occurs.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet</code></td><td width="" align="left"><code>getStylesheet()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the stylesheet that this belongs to.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setColumnNumber(int columnNumber)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the columns number where this node occurs in the XSL file.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setLength(int length)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the length of this node.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setLineNumber(int lineNumber)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the line number where this node occurs in the XSL file.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setOffset(int offset)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the document offset where this node occurs.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>toString()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>ATTRIBUTE_NODE</h2>
<p>
<code>public static short <strong>ATTRIBUTE_NODE</strong></code>
</p>
<table>
<tr>
<td>A constant for the attribute node (= <code>org.w3c.dom.Node.ATTRIBUTE_NODE</code>)</td>
</tr>
</table>
<hr>
<h2>columnNumber</h2>
<p>
<code>package-private int <strong>columnNumber</strong></code>
</p>
<hr>
<h2>ELEMENT_NODE</h2>
<p>
<code>public static short <strong>ELEMENT_NODE</strong></code>
</p>
<table>
<tr>
<td>A constant for the element node (= <code>org.w3c.dom.Node.ELEMENT_NODE</code>)</td>
</tr>
</table>
<hr>
<h2>lineNumber</h2>
<p>
<code>package-private int <strong>lineNumber</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>XSLNode</h2>
<p>
<code>public <strong>XSLNode</strong>(org.eclipse.wst.xsl.core.internal.model.Stylesheet stylesheet
,
short type)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getColumnNumber</h2>
<p>
<code>public int <strong>getColumnNumber</strong>()</code>
</p>
<p>Set the column number where this node occurs in the XSL file.</p>
<h3>Returns</h3>
<p>
<code>int</code> - the column number where this node occurs in the XSL file.</p>
<hr>
<h2>getLength</h2>
<p>
<code>public int <strong>getLength</strong>()</code>
</p>
<p>Get the length of this node.</p>
<h3>Returns</h3>
<p>
<code>int</code> - the node length</p>
<hr>
<h2>getLineNumber</h2>
<p>
<code>public int <strong>getLineNumber</strong>()</code>
</p>
<p>Set the line number where this node occurs in the XSL file.</p>
<h3>Returns</h3>
<p>
<code>int</code> - the line number where this node occurs in the XSL file.</p>
<hr>
<h2>getNodeType</h2>
<p>
<code>public short <strong>getNodeType</strong>()</code>
</p>
<p>Get the type of node.</p>
<h3>Returns</h3>
<p>
<code>short</code> - one of <code>ELEMENT_NODE</code> or <code>ATTRIBUTE_NODE</code></p>
<hr>
<h2>getOffset</h2>
<p>
<code>public int <strong>getOffset</strong>()</code>
</p>
<p>Get the document offset where this node occurs.</p>
<h3>Returns</h3>
<p>
<code>int</code> - the document offset</p>
<hr>
<h2>getStylesheet</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.Stylesheet <strong>getStylesheet</strong>()</code>
</p>
<p>Get the stylesheet that this belongs to.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.Stylesheet</code> - the stylesheet</p>
<hr>
<h2>setColumnNumber</h2>
<p>
<code>public void <strong>setColumnNumber</strong>(int columnNumber)</code>
</p>
<p>Set the columns number where this node occurs in the XSL file.</p>
<h3>Parameters</h3>
<p>
<code>columnNumber</code> - the column number</p>
<hr>
<h2>setLength</h2>
<p>
<code>public void <strong>setLength</strong>(int length)</code>
</p>
<p>Set the length of this node.</p>
<h3>Parameters</h3>
<p>
<code>length</code> - the node length</p>
<hr>
<h2>setLineNumber</h2>
<p>
<code>public void <strong>setLineNumber</strong>(int lineNumber)</code>
</p>
<p>Set the line number where this node occurs in the XSL file.</p>
<h3>Parameters</h3>
<p>
<code>lineNumber</code> - the line number</p>
<hr>
<h2>setOffset</h2>
<p>
<code>public void <strong>setOffset</strong>(int offset)</code>
</p>
<p>Set the document offset where this node occurs.</p>
<h3>Parameters</h3>
<p>
<code>offset</code> - the document offset</p>
<hr>
<h2>toString</h2>
<p>
<code>public java.lang.String <strong>toString</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.preferences</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.preferences</strong></font>
<br>
Class PreferenceInitializer</h2>
<br>
<hr>
<pre>public class <strong>PreferenceInitializer</strong>
extends AbstractPreferenceInitializer</pre>Preferences initializer for XSL core preferences.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>PreferenceInitializer</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>initializeDefaultPreferences()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>PreferenceInitializer</h2>
<p>
<code>public <strong>PreferenceInitializer</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>initializeDefaultPreferences</h2>
<p>
<code>public void <strong>initializeDefaultPreferences</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.util</strong></font>
<br>
Class Debug</h2>
<br>
<hr>
<pre>public class <strong>Debug</strong>
extends java.lang.Object</pre>Debug Class is used to determine when Debugging output to system out.<p></p>
<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 static boolean</code></td><td width="80%" align="left"><code>checkForMemoryLeaks</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>collectStats</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DEBUG</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>DEBUG_THREADLOCAL</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugBreakpoints</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugCaretMediator</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugDisplayTreePositions</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugLauncher</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugMediator</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugNotification</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugNotificationAndEvents</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugNotifyDeferred</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugReconciling</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugRtfFormatProvider</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugStructuredDocument</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugTaglibs</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugTokenizer</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugTreeModel</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugUpdateTreePositions</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>debugXSLModel</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Output Modeling Messages.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>displayInfo</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>displayToConsole</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
effects output of Logger</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>displayWarnings</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>headParsing</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>jsDebugContextAssist</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>jsDebugSyntaxColoring</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>LOCKS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>perfTest</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>perfTestAdapterClassLoading</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>perfTestFormat</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>perfTestRawStructuredDocumentOnly</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>perfTestStructuredDocumentEventOnly</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>perfTestStructuredDocumentOnly</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>syntaxHighlighting</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="80%" align="left"><code>useStandardEolInWidget</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>Debug</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>dump(IStructuredDocument structuredDocument)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
For tests and debug only</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>dump(IStructuredDocument structuredDocument
,
boolean verbose)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static void</code></td><td width="" align="left"><code>println(java.lang.String msg)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Simple utility to make sure println's are some what in order</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="" align="left"><code>toStringUtil(IStructuredDocument object)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>checkForMemoryLeaks</h2>
<p>
<code>public static boolean <strong>checkForMemoryLeaks</strong></code>
</p>
<hr>
<h2>collectStats</h2>
<p>
<code>public static boolean <strong>collectStats</strong></code>
</p>
<hr>
<h2>DEBUG</h2>
<p>
<code>public static int <strong>DEBUG</strong></code>
</p>
<hr>
<h2>DEBUG_THREADLOCAL</h2>
<p>
<code>public static boolean <strong>DEBUG_THREADLOCAL</strong></code>
</p>
<hr>
<h2>debugBreakpoints</h2>
<p>
<code>public static boolean <strong>debugBreakpoints</strong></code>
</p>
<hr>
<h2>debugCaretMediator</h2>
<p>
<code>public static boolean <strong>debugCaretMediator</strong></code>
</p>
<hr>
<h2>debugDisplayTreePositions</h2>
<p>
<code>public static boolean <strong>debugDisplayTreePositions</strong></code>
</p>
<hr>
<h2>debugLauncher</h2>
<p>
<code>public static boolean <strong>debugLauncher</strong></code>
</p>
<hr>
<h2>debugMediator</h2>
<p>
<code>public static boolean <strong>debugMediator</strong></code>
</p>
<hr>
<h2>debugNotification</h2>
<p>
<code>public static boolean <strong>debugNotification</strong></code>
</p>
<hr>
<h2>debugNotificationAndEvents</h2>
<p>
<code>public static boolean <strong>debugNotificationAndEvents</strong></code>
</p>
<hr>
<h2>debugNotifyDeferred</h2>
<p>
<code>public static boolean <strong>debugNotifyDeferred</strong></code>
</p>
<hr>
<h2>debugReconciling</h2>
<p>
<code>public static boolean <strong>debugReconciling</strong></code>
</p>
<hr>
<h2>debugRtfFormatProvider</h2>
<p>
<code>public static boolean <strong>debugRtfFormatProvider</strong></code>
</p>
<hr>
<h2>debugStructuredDocument</h2>
<p>
<code>public static boolean <strong>debugStructuredDocument</strong></code>
</p>
<hr>
<h2>debugTaglibs</h2>
<p>
<code>public static boolean <strong>debugTaglibs</strong></code>
</p>
<hr>
<h2>debugTokenizer</h2>
<p>
<code>public static boolean <strong>debugTokenizer</strong></code>
</p>
<hr>
<h2>debugTreeModel</h2>
<p>
<code>public static boolean <strong>debugTreeModel</strong></code>
</p>
<hr>
<h2>debugUpdateTreePositions</h2>
<p>
<code>public static boolean <strong>debugUpdateTreePositions</strong></code>
</p>
<hr>
<h2>debugXSLModel</h2>
<p>
<code>public static boolean <strong>debugXSLModel</strong></code>
</p>
<table>
<tr>
<td>Output Modeling Messages.</td>
</tr>
</table>
<hr>
<h2>displayInfo</h2>
<p>
<code>public static boolean <strong>displayInfo</strong></code>
</p>
<hr>
<h2>displayToConsole</h2>
<p>
<code>public static boolean <strong>displayToConsole</strong></code>
</p>
<table>
<tr>
<td>effects output of Logger</td>
</tr>
</table>
<hr>
<h2>displayWarnings</h2>
<p>
<code>public static boolean <strong>displayWarnings</strong></code>
</p>
<hr>
<h2>headParsing</h2>
<p>
<code>public static boolean <strong>headParsing</strong></code>
</p>
<hr>
<h2>jsDebugContextAssist</h2>
<p>
<code>public static boolean <strong>jsDebugContextAssist</strong></code>
</p>
<hr>
<h2>jsDebugSyntaxColoring</h2>
<p>
<code>public static boolean <strong>jsDebugSyntaxColoring</strong></code>
</p>
<hr>
<h2>LOCKS</h2>
<p>
<code>public static boolean <strong>LOCKS</strong></code>
</p>
<hr>
<h2>perfTest</h2>
<p>
<code>public static boolean <strong>perfTest</strong></code>
</p>
<hr>
<h2>perfTestAdapterClassLoading</h2>
<p>
<code>public static boolean <strong>perfTestAdapterClassLoading</strong></code>
</p>
<hr>
<h2>perfTestFormat</h2>
<p>
<code>public static boolean <strong>perfTestFormat</strong></code>
</p>
<hr>
<h2>perfTestRawStructuredDocumentOnly</h2>
<p>
<code>public static boolean <strong>perfTestRawStructuredDocumentOnly</strong></code>
</p>
<hr>
<h2>perfTestStructuredDocumentEventOnly</h2>
<p>
<code>public static boolean <strong>perfTestStructuredDocumentEventOnly</strong></code>
</p>
<hr>
<h2>perfTestStructuredDocumentOnly</h2>
<p>
<code>public static boolean <strong>perfTestStructuredDocumentOnly</strong></code>
</p>
<hr>
<h2>syntaxHighlighting</h2>
<p>
<code>public static boolean <strong>syntaxHighlighting</strong></code>
</p>
<hr>
<h2>useStandardEolInWidget</h2>
<p>
<code>public static boolean <strong>useStandardEolInWidget</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>Debug</h2>
<p>
<code>public <strong>Debug</strong>()</code>
</p>
<p>Debug constructor comment.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>dump</h2>
<p>
<code>public void <strong>dump</strong>(IStructuredDocument structuredDocument)</code>
</p>
<p>For tests and debug only</p>
<h3>Parameters</h3>
<p>
<code>structuredDocument</code>
</p>
<hr>
<h2>dump</h2>
<p>
<code>public void <strong>dump</strong>(IStructuredDocument structuredDocument
,
boolean verbose)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>structuredDocument</code>
</p>
<p>
<code>verbose</code>
</p>
<hr>
<h2>println</h2>
<p>
<code>public void <strong>println</strong>(java.lang.String msg)</code>
</p>
<p>Simple utility to make sure println's are some what in order</p>
<h3>Parameters</h3>
<p>
<code>msg</code>
</p>
<hr>
<h2>toStringUtil</h2>
<p>
<code>public java.lang.String <strong>toStringUtil</strong>(IStructuredDocument object)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>object</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.util</strong></font>
<br>
Class FileUtil</h2>
<br>
<hr>
<pre>public class <strong>FileUtil</strong>
extends java.lang.Object</pre>This is a general file utility class.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>FileUtil</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="" align="left"><code>isXMLFile(IFile file)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Determines if a file is one of the valid XML content types.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static boolean</code></td><td width="" align="left"><code>isXSLFile(IFile file)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Determines if a file is a XSLT File.</td>
</tr>
</table>
<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>FileUtil</h2>
<p>
<code>public <strong>FileUtil</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>isXMLFile</h2>
<p>
<code>public boolean <strong>isXMLFile</strong>(IFile file)</code>
</p>
<p>Determines if a file is one of the valid XML content types.</p>
<h3>Parameters</h3>
<p>
<code>file</code> - The input IFile to check</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - True if it is a XML file, false otherwise.</p>
<hr>
<h2>isXSLFile</h2>
<p>
<code>public boolean <strong>isXSLFile</strong>(IFile file)</code>
</p>
<p>Determines if a file is a XSLT File.</p>
<h3>Parameters</h3>
<p>
<code>file</code> - The input IFile to check.</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - True if it is a XSLT file, false otherwise.</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.util</strong></font>
<br>
Class StructuredDocumentUtil</h2>
<br>
<hr>
<pre>public class <strong>StructuredDocumentUtil</strong>
extends java.lang.Object</pre>General Purpose utility classes to convert from StructuredDocument to DOM.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>StructuredDocumentUtil</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static IDOMNode</code></td><td width="" align="left"><code>getNode(IStructuredDocumentRegion documentRegion
,
ITextRegion textRegion)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Given a StructuredDocumentRegion and a TextRegion, return a
IDOMNode for that particular position in the StructuredDocument</td>
</tr>
</table>
<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>StructuredDocumentUtil</h2>
<p>
<code>public <strong>StructuredDocumentUtil</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getNode</h2>
<p>
<code>public IDOMNode <strong>getNode</strong>(IStructuredDocumentRegion documentRegion
,
ITextRegion textRegion)</code>
</p>
<p>Given a StructuredDocumentRegion and a TextRegion, return a
IDOMNode for that particular position in the StructuredDocument</p>
<h3>Parameters</h3>
<p>
<code>documentRegion</code>
</p>
<p>
<code>textRegion</code>
</p>
<h3>Returns</h3>
<p>
<code>IDOMNode</code> - IDOMNode</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation</strong></font>
<br>
Class MaxErrorsExceededException</h2>
<br>
<hr>
<pre>public class <strong>MaxErrorsExceededException</strong>
extends java.lang.Exception</pre>An exception used to indicate whether the maximum number of errors has been reached
for a given Stylesheet validation.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>MaxErrorsExceededException</strong>()</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>
Constructor Detail
</h2>
</td>
</tr>
</table>
<h2>MaxErrorsExceededException</h2>
<p>
<code>public <strong>MaxErrorsExceededException</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation</strong></font>
<br>
Class Messages</h2>
<br>
<hr>
<pre>public class <strong>Messages</strong>
extends NLS</pre>Messages for the validator.<p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_1</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Invalid xpath.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_10</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Stylesheet importing itself</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_11</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Template conflict (internal)</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_12</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Template conflict (included)</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_13</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Template conflict (external)</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_14</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Parameter missing name attribute</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_15</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Parameter with empty name attribute</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_16</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Duplicate parameter</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_18</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Unresolved named template</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_2</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Circular reference</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_20</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Parameter without default value</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_22</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Parameter does not exist</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_23</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
href attribute is required</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_3</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Missing parameter</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_4</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Unresolved include</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_6</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Stylesheet includes itself</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XSLValidator_8</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Unresolved import</td>
</tr>
</table>
<br>
<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>XSLValidator_1</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_1</strong></code>
</p>
<table>
<tr>
<td>Invalid xpath.</td>
</tr>
</table>
<hr>
<h2>XSLValidator_10</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_10</strong></code>
</p>
<table>
<tr>
<td>Stylesheet importing itself</td>
</tr>
</table>
<hr>
<h2>XSLValidator_11</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_11</strong></code>
</p>
<table>
<tr>
<td>Template conflict (internal)</td>
</tr>
</table>
<hr>
<h2>XSLValidator_12</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_12</strong></code>
</p>
<table>
<tr>
<td>Template conflict (included)</td>
</tr>
</table>
<hr>
<h2>XSLValidator_13</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_13</strong></code>
</p>
<table>
<tr>
<td>Template conflict (external)</td>
</tr>
</table>
<hr>
<h2>XSLValidator_14</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_14</strong></code>
</p>
<table>
<tr>
<td>Parameter missing name attribute</td>
</tr>
</table>
<hr>
<h2>XSLValidator_15</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_15</strong></code>
</p>
<table>
<tr>
<td>Parameter with empty name attribute</td>
</tr>
</table>
<hr>
<h2>XSLValidator_16</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_16</strong></code>
</p>
<table>
<tr>
<td>Duplicate parameter</td>
</tr>
</table>
<hr>
<h2>XSLValidator_18</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_18</strong></code>
</p>
<table>
<tr>
<td>Unresolved named template</td>
</tr>
</table>
<hr>
<h2>XSLValidator_2</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_2</strong></code>
</p>
<table>
<tr>
<td>Circular reference</td>
</tr>
</table>
<hr>
<h2>XSLValidator_20</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_20</strong></code>
</p>
<table>
<tr>
<td>Parameter without default value</td>
</tr>
</table>
<hr>
<h2>XSLValidator_22</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_22</strong></code>
</p>
<table>
<tr>
<td>Parameter does not exist</td>
</tr>
</table>
<hr>
<h2>XSLValidator_23</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_23</strong></code>
</p>
<table>
<tr>
<td>href attribute is required</td>
</tr>
</table>
<hr>
<h2>XSLValidator_3</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_3</strong></code>
</p>
<table>
<tr>
<td>Missing parameter</td>
</tr>
</table>
<hr>
<h2>XSLValidator_4</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_4</strong></code>
</p>
<table>
<tr>
<td>Unresolved include</td>
</tr>
</table>
<hr>
<h2>XSLValidator_6</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_6</strong></code>
</p>
<table>
<tr>
<td>Stylesheet includes itself</td>
</tr>
</table>
<hr>
<h2>XSLValidator_8</h2>
<p>
<code>public static java.lang.String <strong>XSLValidator_8</strong></code>
</p>
<table>
<tr>
<td>Unresolved import</td>
</tr>
</table>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation</strong></font>
<br>
Class XSLValidationMessage</h2>
<br>
<hr>
<pre>public class <strong>XSLValidationMessage</strong>
extends ValidationMessage</pre>A validation message specific to the XSL validator which adds the ability
to specify the XSL node.<p></p>
<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLValidationMessage</strong>(java.lang.String message
,
int lineNumber
,
int columnNumber
,
java.lang.String uri)</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.model.XSLNode</code></td><td width="" align="left"><code>getNode()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the node that this message applies to.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setNode(org.eclipse.wst.xsl.core.internal.model.XSLNode node)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Set the node that this message applies to.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>toString()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XSLValidationMessage</h2>
<p>
<code>public <strong>XSLValidationMessage</strong>(java.lang.String message
,
int lineNumber
,
int columnNumber
,
java.lang.String uri)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getNode</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.model.XSLNode <strong>getNode</strong>()</code>
</p>
<p>Get the node that this message applies to.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.model.XSLNode</code> - the node</p>
<hr>
<h2>setNode</h2>
<p>
<code>public void <strong>setNode</strong>(org.eclipse.wst.xsl.core.internal.model.XSLNode node)</code>
</p>
<p>Set the node that this message applies to.</p>
<h3>Parameters</h3>
<p>
<code>node</code> - the node</p>
<hr>
<h2>toString</h2>
<p>
<code>public java.lang.String <strong>toString</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation</strong></font>
<br>
Class XSLValidationReport</h2>
<br>
<hr>
<pre>public class <strong>XSLValidationReport</strong>
extends java.lang.Object</pre>A validation report for the XSL validator.<p></p>
<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLValidationReport</strong>(java.lang.String uri)</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>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationMessage</code></td><td width="" align="left"><code>addError(org.eclipse.wst.xsl.core.internal.model.XSLNode node
,
java.lang.String message)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add an error message for the given XSL node.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationMessage</code></td><td width="" align="left"><code>addWarning(org.eclipse.wst.xsl.core.internal.model.XSLNode node
,
java.lang.String message)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Add an warning message for the given XSL node.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getErrors()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the error level validation messages.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getFileURI()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the URI that this report applies to.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.HashMap</code></td><td width="" align="left"><code>getNestedMessages()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationMessage[]</code></td><td width="" align="left"><code>getValidationMessages()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns an array of validation messages.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.util.List</code></td><td width="" align="left"><code>getWarnings()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the warn level validation messages.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>isValid()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns whether the file is valid. The file may have warnings associated with it.</td>
</tr>
</table>
<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>XSLValidationReport</h2>
<p>
<code>public <strong>XSLValidationReport</strong>(java.lang.String uri)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>addError</h2>
<p>
<code>public ValidationMessage <strong>addError</strong>(org.eclipse.wst.xsl.core.internal.model.XSLNode node
,
java.lang.String message)</code>
</p>
<p>Add an error message for the given XSL node.</p>
<h3>Parameters</h3>
<p>
<code>node</code> - the node the error applies to</p>
<p>
<code>message</code> - the message to associate with the node</p>
<h3>Returns</h3>
<p>
<code>ValidationMessage</code> - the validation message created</p>
<hr>
<h2>addWarning</h2>
<p>
<code>public ValidationMessage <strong>addWarning</strong>(org.eclipse.wst.xsl.core.internal.model.XSLNode node
,
java.lang.String message)</code>
</p>
<p>Add an warning message for the given XSL node.</p>
<h3>Parameters</h3>
<p>
<code>node</code> - the node the warning applies to</p>
<p>
<code>message</code> - the message to associate with the node</p>
<h3>Returns</h3>
<p>
<code>ValidationMessage</code> - the validation message created</p>
<hr>
<h2>getErrors</h2>
<p>
<code>public java.util.List <strong>getErrors</strong>()</code>
</p>
<p>Get the error level validation messages.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - error level validation messages</p>
<hr>
<h2>getFileURI</h2>
<p>
<code>public java.lang.String <strong>getFileURI</strong>()</code>
</p>
<p>Get the URI that this report applies to.</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the URI</p>
<hr>
<h2>getNestedMessages</h2>
<p>
<code>public java.util.HashMap <strong>getNestedMessages</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.util.HashMap</code> - null</p>
<hr>
<h2>getValidationMessages</h2>
<p>
<code>public ValidationMessage[] <strong>getValidationMessages</strong>()</code>
</p>
<p>Returns an array of validation messages.</p>
<h3>Returns</h3>
<p>
<code>ValidationMessage[]</code> - An array of validation messages.</p>
<hr>
<h2>getWarnings</h2>
<p>
<code>public java.util.List <strong>getWarnings</strong>()</code>
</p>
<p>Get the warn level validation messages.</p>
<h3>Returns</h3>
<p>
<code>java.util.List</code> - warn level validation messages</p>
<hr>
<h2>isValid</h2>
<p>
<code>public boolean <strong>isValid</strong>()</code>
</p>
<p>Returns whether the file is valid. The file may have warnings associated with it.</p>
<h3>Returns</h3>
<p>
<code>boolean</code> - True if the file is valid, false otherwise.</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation</strong></font>
<br>
Class XSLValidator</h2>
<br>
<hr>
<pre>public class <strong>XSLValidator</strong>
extends java.lang.Object</pre>The XSL validator for workspace XSL files.<p></p>
<hr>
<table width="100%" border="1">
<tr cols="2" bgcolor="#CCCCFF">
<td colspan="2" width="100%">
<h2>Method Summary</h2>
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xsl.core.internal.validation.XSLValidator</code></td><td width="" align="left"><code>getInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the singleton XSLValidator instance.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationReport</code></td><td width="" align="left"><code>validate(IFile xslFile
,
boolean forceBuild)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Validate the given XSL file. Same as <code>validate(xslFile,report,forceBuild)</code> except a new report is created and returned.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>validate(IFile xslFile
,
org.eclipse.wst.xsl.core.internal.validation.XSLValidationReport report
,
boolean forceBuild)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Validate the given XSL file using the specified report.</td>
</tr>
</table>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getInstance</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.validation.XSLValidator <strong>getInstance</strong>()</code>
</p>
<p>Get the singleton XSLValidator instance.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.validation.XSLValidator</code> - the singleson XSLValidator instance</p>
<hr>
<h2>validate</h2>
<p>
<code>public ValidationReport <strong>validate</strong>(IFile xslFile
,
boolean forceBuild)</code>
</p>
<p>Validate the given XSL file. Same as <code>validate(xslFile,report,forceBuild)</code> except a new report is created and returned.</p>
<h3>Parameters</h3>
<p>
<code>xslFile</code> - the XSL file</p>
<p>
<code>forceBuild</code> - true if build should always be forced</p>
<h3>Returns</h3>
<p>
<code>ValidationReport</code> - the validation report</p>
<h3>Throws:</h3>
<p>
<code>CoreException - if any exception occurs while validating</code>
</p>
<hr>
<h2>validate</h2>
<p>
<code>public void <strong>validate</strong>(IFile xslFile
,
org.eclipse.wst.xsl.core.internal.validation.XSLValidationReport report
,
boolean forceBuild)</code>
</p>
<p>Validate the given XSL file using the specified report.</p>
<h3>Parameters</h3>
<p>
<code>xslFile</code> - the XSL file</p>
<p>
<code>report</code> - the report to use for reporting validation errors</p>
<p>
<code>forceBuild</code> - true if build should always be forced</p>
<h3>Throws:</h3>
<p>
<code>CoreException - if any exception occurs while validating</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation.eclipse</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation.eclipse</strong></font>
<br>
Class Validator</h2>
<br>
<hr>
<pre>public class <strong>Validator</strong>
extends AbstractNestedValidator</pre>The XSL validator extends the XML <code>AbstractNestedValidator</code>.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>Validator</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>addInfoToMessage(ValidationMessage validationMessage
,
IMessage message)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>clean(IProject project
,
ValidationState state
,
IProgressMonitor monitor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationResult</code></td><td width="" align="left"><code>validate(IResource resource
,
int kind
,
ValidationState state
,
IProgressMonitor monitor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationReport</code></td><td width="" align="left"><code>validate(java.lang.String uri
,
java.io.InputStream inputstream
,
NestedValidatorContext context)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IStatus</code></td><td width="" align="left"><code>validateInJob(IValidationContext context
,
IReporter reporter)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>Validator</h2>
<p>
<code>public <strong>Validator</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>addInfoToMessage</h2>
<p>
<code>protected void <strong>addInfoToMessage</strong>(ValidationMessage validationMessage
,
IMessage message)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>validationMessage</code>
</p>
<p>
<code>message</code>
</p>
<hr>
<h2>clean</h2>
<p>
<code>public void <strong>clean</strong>(IProject project
,
ValidationState state
,
IProgressMonitor monitor)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>project</code>
</p>
<p>
<code>state</code>
</p>
<p>
<code>monitor</code>
</p>
<hr>
<h2>validate</h2>
<p>
<code>public ValidationResult <strong>validate</strong>(IResource resource
,
int kind
,
ValidationState state
,
IProgressMonitor monitor)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>resource</code>
</p>
<p>
<code>kind</code>
</p>
<p>
<code>state</code>
</p>
<p>
<code>monitor</code>
</p>
<h3>Returns</h3>
<p>
<code>ValidationResult</code>
</p>
<hr>
<h2>validate</h2>
<p>
<code>public ValidationReport <strong>validate</strong>(java.lang.String uri
,
java.io.InputStream inputstream
,
NestedValidatorContext context)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>uri</code>
</p>
<p>
<code>inputstream</code>
</p>
<p>
<code>context</code>
</p>
<h3>Returns</h3>
<p>
<code>ValidationReport</code>
</p>
<hr>
<h2>validateInJob</h2>
<p>
<code>public IStatus <strong>validateInJob</strong>(IValidationContext context
,
IReporter reporter)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>context</code>
</p>
<p>
<code>reporter</code>
</p>
<h3>Returns</h3>
<p>
<code>IStatus</code>
</p>
<h3>Throws:</h3>
<p>
<code>ValidationException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.validation.eclipse</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.validation.eclipse</strong></font>
<br>
Class Validator2</h2>
<br>
<hr>
<pre>public class <strong>Validator2</strong>
extends AbstractValidator</pre>Validator for both build validation (AbstractValidator) and as-you-type validation (IValidatorJob).<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>Validator2</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>clean(IProject project
,
ValidationState state
,
IProgressMonitor monitor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>cleanup(IReporter reporter)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ISchedulingRule</code></td><td width="" align="left"><code>getSchedulingRule(IValidationContext helper)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ValidationResult</code></td><td width="" align="left"><code>validate(IResource resource
,
int kind
,
ValidationState state
,
IProgressMonitor monitor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>validate(IValidationContext helper
,
IReporter reporter)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IStatus</code></td><td width="" align="left"><code>validateInJob(IValidationContext helper
,
IReporter reporter)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>Validator2</h2>
<p>
<code>public <strong>Validator2</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>clean</h2>
<p>
<code>public void <strong>clean</strong>(IProject project
,
ValidationState state
,
IProgressMonitor monitor)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>project</code>
</p>
<p>
<code>state</code>
</p>
<p>
<code>monitor</code>
</p>
<hr>
<h2>cleanup</h2>
<p>
<code>public void <strong>cleanup</strong>(IReporter reporter)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>reporter</code>
</p>
<hr>
<h2>getSchedulingRule</h2>
<p>
<code>public ISchedulingRule <strong>getSchedulingRule</strong>(IValidationContext helper)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>helper</code>
</p>
<h3>Returns</h3>
<p>
<code>ISchedulingRule</code>
</p>
<hr>
<h2>validate</h2>
<p>
<code>public ValidationResult <strong>validate</strong>(IResource resource
,
int kind
,
ValidationState state
,
IProgressMonitor monitor)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>resource</code>
</p>
<p>
<code>kind</code>
</p>
<p>
<code>state</code>
</p>
<p>
<code>monitor</code>
</p>
<h3>Returns</h3>
<p>
<code>ValidationResult</code>
</p>
<hr>
<h2>validate</h2>
<p>
<code>public void <strong>validate</strong>(IValidationContext helper
,
IReporter reporter)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>helper</code>
</p>
<p>
<code>reporter</code>
</p>
<h3>Throws:</h3>
<p>
<code>ValidationException</code>
</p>
<hr>
<h2>validateInJob</h2>
<p>
<code>public IStatus <strong>validateInJob</strong>(IValidationContext helper
,
IReporter reporter)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>helper</code>
</p>
<p>
<code>reporter</code>
</p>
<h3>Returns</h3>
<p>
<code>IStatus</code>
</p>
<h3>Throws:</h3>
<p>
<code>ValidationException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xinclude</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xinclude</strong></font>
<br>
Class XIncluder</h2>
<br>
<hr>
<pre>public class <strong>XIncluder</strong>
extends java.lang.Object</pre>XIncluder will read an XML file, that has elements from the XInclude
namespace and follows the W3C XInclude specification (http://www.w3.org/TR/xinclude/).
It will output a merged file.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XIncluder</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>extractXMLFile(java.lang.String in
,
java.lang.String out)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
extracXMLFile merges the files referenced by xinclude include elements.</td>
</tr>
</table>
<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>XIncluder</h2>
<p>
<code>public <strong>XIncluder</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>extractXMLFile</h2>
<p>
<code>public void <strong>extractXMLFile</strong>(java.lang.String in
,
java.lang.String out)</code>
</p>
<p>extracXMLFile merges the files referenced by xinclude include elements.</p>
<h3>Parameters</h3>
<p>
<code>in</code> - The full path to the input XML file</p>
<p>
<code>out</code> - The full path to the merged XML file</p>
<h3>Throws:</h3>
<p>
<code>java.lang.Exception</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.resolver</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.resolver</strong></font>
<br>
Class ResolverExtension</h2>
<br>
<hr>
<pre>public class <strong>ResolverExtension</strong>
extends java.lang.Object</pre>TODO: Javadoc<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>ResolverExtension</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>resolve(IFile file
,
java.lang.String baseLocation
,
java.lang.String publicId
,
java.lang.String systemId)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>ResolverExtension</h2>
<p>
<code>public <strong>ResolverExtension</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>resolve</h2>
<p>
<code>public java.lang.String <strong>resolve</strong>(IFile file
,
java.lang.String baseLocation
,
java.lang.String publicId
,
java.lang.String systemId)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>file</code>
</p>
<p>
<code>baseLocation</code>
</p>
<p>
<code>publicId</code>
</p>
<p>
<code>systemId</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.resolver</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.resolver</strong></font>
<br>
Class XSLVersionHandler</h2>
<br>
<hr>
<pre>public class <strong>XSLVersionHandler</strong>
extends org.xml.sax.helpers.DefaultHandler</pre>A simple XML parser to find the XSL version of a given XML file, expectedly a XSLT stylesheet.<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLVersionHandler</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>comment(char[] ch
,
int start
,
int length)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>endCDATA()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>endDTD()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>endEntity(java.lang.String name)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>error(org.xml.sax.SAXParseException e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>fatalError(org.xml.sax.SAXParseException e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getVersionAttribute()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>parseContents(org.xml.sax.InputSource contents)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
TODO: Add Javadoc</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.xml.sax.InputSource</code></td><td width="" align="left"><code>resolveEntity(java.lang.String publicId
,
java.lang.String systemId)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>startCDATA()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>startDTD(java.lang.String name
,
java.lang.String publicId
,
java.lang.String systemId)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>startElement(java.lang.String uri
,
java.lang.String elementName
,
java.lang.String qualifiedName
,
org.xml.sax.Attributes attributes)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>startEntity(java.lang.String name)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>warning(org.xml.sax.SAXParseException e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XSLVersionHandler</h2>
<p>
<code>public <strong>XSLVersionHandler</strong>()</code>
</p>
<p>TODO: Add Javadoc</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>comment</h2>
<p>
<code>public void <strong>comment</strong>(char[] ch
,
int start
,
int length)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>ch</code>
</p>
<p>
<code>start</code>
</p>
<p>
<code>length</code>
</p>
<hr>
<h2>endCDATA</h2>
<p>
<code>public void <strong>endCDATA</strong>()</code>
</p>
<p></p>
<hr>
<h2>endDTD</h2>
<p>
<code>public void <strong>endDTD</strong>()</code>
</p>
<p></p>
<hr>
<h2>endEntity</h2>
<p>
<code>public void <strong>endEntity</strong>(java.lang.String name)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>name</code>
</p>
<hr>
<h2>error</h2>
<p>
<code>public void <strong>error</strong>(org.xml.sax.SAXParseException e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<h3>Throws:</h3>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<h2>fatalError</h2>
<p>
<code>public void <strong>fatalError</strong>(org.xml.sax.SAXParseException e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<h3>Throws:</h3>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<h2>getVersionAttribute</h2>
<p>
<code>public java.lang.String <strong>getVersionAttribute</strong>()</code>
</p>
<p>TODO: Add Javadoc</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>parseContents</h2>
<p>
<code>public boolean <strong>parseContents</strong>(org.xml.sax.InputSource contents)</code>
</p>
<p>TODO: Add Javadoc</p>
<h3>Parameters</h3>
<p>
<code>contents</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<h3>Throws:</h3>
<p>
<code>java.io.IOException</code>
</p>
<p>
<code>javax.xml.parsers.ParserConfigurationException</code>
</p>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<h2>resolveEntity</h2>
<p>
<code>public org.xml.sax.InputSource <strong>resolveEntity</strong>(java.lang.String publicId
,
java.lang.String systemId)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>publicId</code>
</p>
<p>
<code>systemId</code>
</p>
<h3>Returns</h3>
<p>
<code>org.xml.sax.InputSource</code>
</p>
<h3>Throws:</h3>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<h2>startCDATA</h2>
<p>
<code>public void <strong>startCDATA</strong>()</code>
</p>
<p></p>
<hr>
<h2>startDTD</h2>
<p>
<code>public void <strong>startDTD</strong>(java.lang.String name
,
java.lang.String publicId
,
java.lang.String systemId)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>name</code>
</p>
<p>
<code>publicId</code>
</p>
<p>
<code>systemId</code>
</p>
<h3>Throws:</h3>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<h2>startElement</h2>
<p>
<code>public void <strong>startElement</strong>(java.lang.String uri
,
java.lang.String elementName
,
java.lang.String qualifiedName
,
org.xml.sax.Attributes attributes)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>uri</code>
</p>
<p>
<code>elementName</code>
</p>
<p>
<code>qualifiedName</code>
</p>
<p>
<code>attributes</code>
</p>
<h3>Throws:</h3>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<h2>startEntity</h2>
<p>
<code>public void <strong>startEntity</strong>(java.lang.String name)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>name</code>
</p>
<hr>
<h2>warning</h2>
<p>
<code>public void <strong>warning</strong>(org.xml.sax.SAXParseException e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<h3>Throws:</h3>
<p>
<code>org.xml.sax.SAXException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.encoding</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.encoding</strong></font>
<br>
Class XSLDocumentLoader</h2>
<br>
<hr>
<pre>public class <strong>XSLDocumentLoader</strong>
extends AbstractDocumentLoader</pre>This class reads an XSL file and creates an XML Structured Model.<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLDocumentLoader</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentPartitioner</code></td><td width="" align="left"><code>getDefaultDocumentPartitioner()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentCharsetDetector</code></td><td width="" align="left"><code>getDocumentEncodingDetector()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public RegionParser</code></td><td width="" align="left"><code>getParser()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String</code></td><td width="" align="left"><code>getSpecDefaultEncoding()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IEncodedDocument</code></td><td width="" align="left"><code>newEncodedDocument()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentLoader</code></td><td width="" align="left"><code>newInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XSLDocumentLoader</h2>
<p>
<code>public <strong>XSLDocumentLoader</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getDefaultDocumentPartitioner</h2>
<p>
<code>public IDocumentPartitioner <strong>getDefaultDocumentPartitioner</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentPartitioner</code>
</p>
<hr>
<h2>getDocumentEncodingDetector</h2>
<p>
<code>public IDocumentCharsetDetector <strong>getDocumentEncodingDetector</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentCharsetDetector</code>
</p>
<hr>
<h2>getParser</h2>
<p>
<code>public RegionParser <strong>getParser</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>RegionParser</code>
</p>
<hr>
<h2>getSpecDefaultEncoding</h2>
<p>
<code>protected java.lang.String <strong>getSpecDefaultEncoding</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>newEncodedDocument</h2>
<p>
<code>protected IEncodedDocument <strong>newEncodedDocument</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IEncodedDocument</code>
</p>
<hr>
<h2>newInstance</h2>
<p>
<code>public IDocumentLoader <strong>newInstance</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentLoader</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.modelhandler</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.modelhandler</strong></font>
<br>
Class ModelHandlerForXSL</h2>
<br>
<hr>
<pre>public class <strong>ModelHandlerForXSL</strong>
extends ModelHandlerForXML</pre>Provides generic XML model handling. It is also marked as the default
content type handler. There should be only one implementation of the
default.<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>package-private static java.lang.String</code></td><td width="80%" align="left"><code>AssociatedContentTypeID</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Needs to match what's in plugin registry. In fact, can be overwritten
at run time with what's in registry! (so should never be 'final')</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>ModelHandlerForXSL</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentLoader</code></td><td width="" align="left"><code>getDocumentLoader()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentCharsetDetector</code></td><td width="" align="left"><code>getEncodingDetector()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IModelLoader</code></td><td width="" align="left"><code>getModelLoader()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>AssociatedContentTypeID</h2>
<p>
<code>package-private static java.lang.String <strong>AssociatedContentTypeID</strong></code>
</p>
<table>
<tr>
<td>Needs to match what's in plugin registry. In fact, can be overwritten
at run time with what's in registry! (so should never be 'final')</td>
</tr>
</table>
<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>ModelHandlerForXSL</h2>
<p>
<code>public <strong>ModelHandlerForXSL</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getDocumentLoader</h2>
<p>
<code>public IDocumentLoader <strong>getDocumentLoader</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentLoader</code>
</p>
<hr>
<h2>getEncodingDetector</h2>
<p>
<code>public IDocumentCharsetDetector <strong>getEncodingDetector</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentCharsetDetector</code>
</p>
<hr>
<h2>getModelLoader</h2>
<p>
<code>public IModelLoader <strong>getModelLoader</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IModelLoader</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.modelhandler</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.modelhandler</strong></font>
<br>
Class XSLModelLoader</h2>
<br>
<hr>
<pre>public class <strong>XSLModelLoader</strong>
extends XMLModelLoader</pre>This class reads an XML file and creates an XML Structured Model.<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLModelLoader</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentLoader</code></td><td width="" align="left"><code>getDocumentLoader()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IModelLoader</code></td><td width="" align="left"><code>newInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IStructuredModel</code></td><td width="" align="left"><code>newModel()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>preLoadAdapt(IStructuredModel structuredModel)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XSLModelLoader</h2>
<p>
<code>public <strong>XSLModelLoader</strong>()</code>
</p>
<p>XMLLoader constructor comment.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getDocumentLoader</h2>
<p>
<code>public IDocumentLoader <strong>getDocumentLoader</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentLoader</code>
</p>
<hr>
<h2>newInstance</h2>
<p>
<code>public IModelLoader <strong>newInstance</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IModelLoader</code>
</p>
<hr>
<h2>newModel</h2>
<p>
<code>public IStructuredModel <strong>newModel</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IStructuredModel</code>
</p>
<hr>
<h2>preLoadAdapt</h2>
<p>
<code>protected void <strong>preLoadAdapt</strong>(IStructuredModel structuredModel)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>structuredModel</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.parser</strong></font>
<br>
Class XSLSourceParser</h2>
<br>
<hr>
<pre>public class <strong>XSLSourceParser</strong>
extends XMLSourceParser</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLSourceParser</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public RegionParser</code></td><td width="" align="left"><code>newInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IStructuredDocumentRegion</code></td><td width="" align="left"><code>parseNodes()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>setTokenizer(BlockTokenizer newTokenizer)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XSLSourceParser</h2>
<p>
<code>public <strong>XSLSourceParser</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>newInstance</h2>
<p>
<code>public RegionParser <strong>newInstance</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>RegionParser</code>
</p>
<hr>
<h2>parseNodes</h2>
<p>
<code>protected IStructuredDocumentRegion <strong>parseNodes</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IStructuredDocumentRegion</code>
</p>
<hr>
<h2>setTokenizer</h2>
<p>
<code>protected void <strong>setTokenizer</strong>(BlockTokenizer newTokenizer)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>newTokenizer</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.parser.regions</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.parser.regions</strong></font>
<br>
Class XPathSeparatorRegion</h2>
<br>
<hr>
<pre>public class <strong>XPathSeparatorRegion</strong>
extends java.lang.Object</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XPathSeparatorRegion</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathSeparatorRegion</strong>(int start
,
int textLength
,
int length)</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>adjustLength(int i)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>adjustStart(int i)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>adjustTextLength(int i)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>equatePositions(ITextRegion region)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getEnd()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getLength()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getStart()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getTextEnd()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="" align="left"><code>getTextLength()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getType()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>toString()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public StructuredDocumentEvent</code></td><td width="" align="left"><code>updateRegion(java.lang.Object requester
,
IStructuredDocumentRegion parent
,
java.lang.String changes
,
int requestStart
,
int lengthToReplace)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>XPathSeparatorRegion</h2>
<p>
<code>public <strong>XPathSeparatorRegion</strong>()</code>
</p>
<p></p>
<hr>
<h2>XPathSeparatorRegion</h2>
<p>
<code>public <strong>XPathSeparatorRegion</strong>(int start
,
int textLength
,
int length)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>adjustLength</h2>
<p>
<code>public void <strong>adjustLength</strong>(int i)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>i</code>
</p>
<hr>
<h2>adjustStart</h2>
<p>
<code>public void <strong>adjustStart</strong>(int i)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>i</code>
</p>
<hr>
<h2>adjustTextLength</h2>
<p>
<code>public void <strong>adjustTextLength</strong>(int i)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>i</code>
</p>
<hr>
<h2>equatePositions</h2>
<p>
<code>public void <strong>equatePositions</strong>(ITextRegion region)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>region</code>
</p>
<hr>
<h2>getEnd</h2>
<p>
<code>public int <strong>getEnd</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>getLength</h2>
<p>
<code>public int <strong>getLength</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>getStart</h2>
<p>
<code>public int <strong>getStart</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>getTextEnd</h2>
<p>
<code>public int <strong>getTextEnd</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>getTextLength</h2>
<p>
<code>public int <strong>getTextLength</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>int</code>
</p>
<hr>
<h2>getType</h2>
<p>
<code>public java.lang.String <strong>getType</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>toString</h2>
<p>
<code>public java.lang.String <strong>toString</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>updateRegion</h2>
<p>
<code>public StructuredDocumentEvent <strong>updateRegion</strong>(java.lang.Object requester
,
IStructuredDocumentRegion parent
,
java.lang.String changes
,
int requestStart
,
int lengthToReplace)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>requester</code>
</p>
<p>
<code>parent</code>
</p>
<p>
<code>changes</code>
</p>
<p>
<code>requestStart</code>
</p>
<p>
<code>lengthToReplace</code>
</p>
<h3>Returns</h3>
<p>
<code>StructuredDocumentEvent</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.regions</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.regions</strong></font>
<br>
Class XPathRegionContext</h2>
<br>
<hr>
<pre>public class <strong>XPathRegionContext</strong>
extends </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 static java.lang.String</code></td><td width="80%" align="left"><code>BLOCK_TEXT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>UNDEFINED</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>WHITE_SPACE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH_CONTENT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH_FUNCTION_NAME</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH_FUNCTION_PARAMETERS_CLOSE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH_FUNCTION_PARAMETERS_OPEN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>XPATH_SEPARATOR_DIV</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<br>
<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>BLOCK_TEXT</h2>
<p>
<code>public static java.lang.String <strong>BLOCK_TEXT</strong></code>
</p>
<hr>
<h2>UNDEFINED</h2>
<p>
<code>public static java.lang.String <strong>UNDEFINED</strong></code>
</p>
<hr>
<h2>WHITE_SPACE</h2>
<p>
<code>public static java.lang.String <strong>WHITE_SPACE</strong></code>
</p>
<hr>
<h2>XPATH_CONTENT</h2>
<p>
<code>public static java.lang.String <strong>XPATH_CONTENT</strong></code>
</p>
<hr>
<h2>XPATH_FUNCTION_NAME</h2>
<p>
<code>public static java.lang.String <strong>XPATH_FUNCTION_NAME</strong></code>
</p>
<hr>
<h2>XPATH_FUNCTION_PARAMETERS_CLOSE</h2>
<p>
<code>public static java.lang.String <strong>XPATH_FUNCTION_PARAMETERS_CLOSE</strong></code>
</p>
<hr>
<h2>XPATH_FUNCTION_PARAMETERS_OPEN</h2>
<p>
<code>public static java.lang.String <strong>XPATH_FUNCTION_PARAMETERS_OPEN</strong></code>
</p>
<hr>
<h2>XPATH_SEPARATOR_DIV</h2>
<p>
<code>public static java.lang.String <strong>XPATH_SEPARATOR_DIV</strong></code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.regions</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.regions</strong></font>
<br>
Class XSLParserRegionFactory</h2>
<br>
<hr>
<pre>public class <strong>XSLParserRegionFactory</strong>
extends XMLParserRegionFactory</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLParserRegionFactory</strong>()</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>
Constructor Detail
</h2>
</td>
</tr>
</table>
<h2>XSLParserRegionFactory</h2>
<p>
<code>public <strong>XSLParserRegionFactory</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.text</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.text</strong></font>
<br>
Class IXSLPartitions</h2>
<br>
<hr>
<pre>public class <strong>IXSLPartitions</strong>
extends </pre>This interface is not intended to be implemented.
It defines the partition types for XSL.
Clients should reference the partition type Strings defined here directly.<p></p>
<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 static java.lang.String</code></td><td width="80%" align="left"><code>XSL_XPATH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<br>
<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>XSL_XPATH</h2>
<p>
<code>public static java.lang.String <strong>XSL_XPATH</strong></code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.text.rules</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.text.rules</strong></font>
<br>
Class StructuredTextPartitionerForXSL</h2>
<br>
<hr>
<pre>public class <strong>StructuredTextPartitionerForXSL</strong>
extends StructuredTextPartitionerForXML</pre>Contains information specific to setting up Structured Document Partions
in XSL documents.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>StructuredTextPartitionerForXSL</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String[]</code></td><td width="" align="left"><code>getConfiguredContentTypes()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getPartitionType(ITextRegion region
,
int offset)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public IDocumentPartitioner</code></td><td width="" align="left"><code>newInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>StructuredTextPartitionerForXSL</h2>
<p>
<code>public <strong>StructuredTextPartitionerForXSL</strong>()</code>
</p>
<p>The StructuredTextPartitionerForXSL adds the necessary
Partition types to help Identify potential XPath areas.
This is also used for Line Styling and Content Assistance.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getConfiguredContentTypes</h2>
<p>
<code>public java.lang.String[] <strong>getConfiguredContentTypes</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String[]</code>
</p>
<hr>
<h2>getPartitionType</h2>
<p>
<code>public java.lang.String <strong>getPartitionType</strong>(ITextRegion region
,
int offset)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>region</code>
</p>
<p>
<code>offset</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>newInstance</h2>
<p>
<code>public IDocumentPartitioner <strong>newInstance</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDocumentPartitioner</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class XPathParserLexer</h2>
<br>
<hr>
<pre>public class <strong>XPathParserLexer</strong>
extends Lexer</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 static int</code></td><td width="80%" align="left"><code>AT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>COLON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>COMMA</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DIGIT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DIV</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOLLAR_SIGN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOT_DOT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_COLON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_QUOTE_STRING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_SLASH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>EOF</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>EQUALS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>GT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>GTE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>IDENTIFIER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>KW_AND</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>KW_OR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LEFT_BRACKET</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LEFT_PAREN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LITERAL</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LTE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>MINUS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>MOD</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>NOT_EQUALS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>NUMBER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>PIPE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>PLUS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>RIGHT_BRACKET</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>RIGHT_PAREN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>SINGLE_QUOTE_STRING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>SLASH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>STAR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>Tokens</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>WS</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>XPathParserLexer</strong>()</code></td>
</tr>
<tr>
<td><code><strong>XPathParserLexer</strong>(CharStream input)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getGrammarFileName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mAT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mCOLON()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mCOMMA()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDIGIT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDIV()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOLLAR_SIGN()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOT_DOT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOUBLE_COLON()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOUBLE_QUOTE_STRING()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOUBLE_SLASH()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mEQUALS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mGT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mGTE()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mIDENTIFIER()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLEFT_BRACKET()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLEFT_PAREN()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLITERAL()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLTE()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mMINUS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mMOD()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mNOT_EQUALS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mNUMBER()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mPIPE()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mPLUS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mRIGHT_BRACKET()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mRIGHT_PAREN()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mSINGLE_QUOTE_STRING()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mSLASH()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mSTAR()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mTokens()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mWS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>AT</h2>
<p>
<code>public static int <strong>AT</strong></code>
</p>
<hr>
<h2>COLON</h2>
<p>
<code>public static int <strong>COLON</strong></code>
</p>
<hr>
<h2>COMMA</h2>
<p>
<code>public static int <strong>COMMA</strong></code>
</p>
<hr>
<h2>DIGIT</h2>
<p>
<code>public static int <strong>DIGIT</strong></code>
</p>
<hr>
<h2>DIV</h2>
<p>
<code>public static int <strong>DIV</strong></code>
</p>
<hr>
<h2>DOLLAR_SIGN</h2>
<p>
<code>public static int <strong>DOLLAR_SIGN</strong></code>
</p>
<hr>
<h2>DOT</h2>
<p>
<code>public static int <strong>DOT</strong></code>
</p>
<hr>
<h2>DOT_DOT</h2>
<p>
<code>public static int <strong>DOT_DOT</strong></code>
</p>
<hr>
<h2>DOUBLE_COLON</h2>
<p>
<code>public static int <strong>DOUBLE_COLON</strong></code>
</p>
<hr>
<h2>DOUBLE_QUOTE_STRING</h2>
<p>
<code>public static int <strong>DOUBLE_QUOTE_STRING</strong></code>
</p>
<hr>
<h2>DOUBLE_SLASH</h2>
<p>
<code>public static int <strong>DOUBLE_SLASH</strong></code>
</p>
<hr>
<h2>EOF</h2>
<p>
<code>public static int <strong>EOF</strong></code>
</p>
<hr>
<h2>EQUALS</h2>
<p>
<code>public static int <strong>EQUALS</strong></code>
</p>
<hr>
<h2>GT</h2>
<p>
<code>public static int <strong>GT</strong></code>
</p>
<hr>
<h2>GTE</h2>
<p>
<code>public static int <strong>GTE</strong></code>
</p>
<hr>
<h2>IDENTIFIER</h2>
<p>
<code>public static int <strong>IDENTIFIER</strong></code>
</p>
<hr>
<h2>KW_AND</h2>
<p>
<code>public static int <strong>KW_AND</strong></code>
</p>
<hr>
<h2>KW_OR</h2>
<p>
<code>public static int <strong>KW_OR</strong></code>
</p>
<hr>
<h2>LEFT_BRACKET</h2>
<p>
<code>public static int <strong>LEFT_BRACKET</strong></code>
</p>
<hr>
<h2>LEFT_PAREN</h2>
<p>
<code>public static int <strong>LEFT_PAREN</strong></code>
</p>
<hr>
<h2>LITERAL</h2>
<p>
<code>public static int <strong>LITERAL</strong></code>
</p>
<hr>
<h2>LT</h2>
<p>
<code>public static int <strong>LT</strong></code>
</p>
<hr>
<h2>LTE</h2>
<p>
<code>public static int <strong>LTE</strong></code>
</p>
<hr>
<h2>MINUS</h2>
<p>
<code>public static int <strong>MINUS</strong></code>
</p>
<hr>
<h2>MOD</h2>
<p>
<code>public static int <strong>MOD</strong></code>
</p>
<hr>
<h2>NOT_EQUALS</h2>
<p>
<code>public static int <strong>NOT_EQUALS</strong></code>
</p>
<hr>
<h2>NUMBER</h2>
<p>
<code>public static int <strong>NUMBER</strong></code>
</p>
<hr>
<h2>PIPE</h2>
<p>
<code>public static int <strong>PIPE</strong></code>
</p>
<hr>
<h2>PLUS</h2>
<p>
<code>public static int <strong>PLUS</strong></code>
</p>
<hr>
<h2>RIGHT_BRACKET</h2>
<p>
<code>public static int <strong>RIGHT_BRACKET</strong></code>
</p>
<hr>
<h2>RIGHT_PAREN</h2>
<p>
<code>public static int <strong>RIGHT_PAREN</strong></code>
</p>
<hr>
<h2>SINGLE_QUOTE_STRING</h2>
<p>
<code>public static int <strong>SINGLE_QUOTE_STRING</strong></code>
</p>
<hr>
<h2>SLASH</h2>
<p>
<code>public static int <strong>SLASH</strong></code>
</p>
<hr>
<h2>STAR</h2>
<p>
<code>public static int <strong>STAR</strong></code>
</p>
<hr>
<h2>Tokens</h2>
<p>
<code>public static int <strong>Tokens</strong></code>
</p>
<hr>
<h2>WS</h2>
<p>
<code>public static int <strong>WS</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>XPathParserLexer</h2>
<p>
<code>public <strong>XPathParserLexer</strong>()</code>
</p>
<p></p>
<hr>
<h2>XPathParserLexer</h2>
<p>
<code>public <strong>XPathParserLexer</strong>(CharStream input)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getGrammarFileName</h2>
<p>
<code>public java.lang.String <strong>getGrammarFileName</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>mAT</h2>
<p>
<code>public void <strong>mAT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mCOLON</h2>
<p>
<code>public void <strong>mCOLON</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mCOMMA</h2>
<p>
<code>public void <strong>mCOMMA</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDIGIT</h2>
<p>
<code>public void <strong>mDIGIT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDIV</h2>
<p>
<code>public void <strong>mDIV</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOLLAR_SIGN</h2>
<p>
<code>public void <strong>mDOLLAR_SIGN</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOT</h2>
<p>
<code>public void <strong>mDOT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOT_DOT</h2>
<p>
<code>public void <strong>mDOT_DOT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOUBLE_COLON</h2>
<p>
<code>public void <strong>mDOUBLE_COLON</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOUBLE_QUOTE_STRING</h2>
<p>
<code>public void <strong>mDOUBLE_QUOTE_STRING</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOUBLE_SLASH</h2>
<p>
<code>public void <strong>mDOUBLE_SLASH</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mEQUALS</h2>
<p>
<code>public void <strong>mEQUALS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mGT</h2>
<p>
<code>public void <strong>mGT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mGTE</h2>
<p>
<code>public void <strong>mGTE</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mIDENTIFIER</h2>
<p>
<code>public void <strong>mIDENTIFIER</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLEFT_BRACKET</h2>
<p>
<code>public void <strong>mLEFT_BRACKET</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLEFT_PAREN</h2>
<p>
<code>public void <strong>mLEFT_PAREN</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLITERAL</h2>
<p>
<code>public void <strong>mLITERAL</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLT</h2>
<p>
<code>public void <strong>mLT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLTE</h2>
<p>
<code>public void <strong>mLTE</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mMINUS</h2>
<p>
<code>public void <strong>mMINUS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mMOD</h2>
<p>
<code>public void <strong>mMOD</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mNOT_EQUALS</h2>
<p>
<code>public void <strong>mNOT_EQUALS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mNUMBER</h2>
<p>
<code>public void <strong>mNUMBER</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mPIPE</h2>
<p>
<code>public void <strong>mPIPE</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mPLUS</h2>
<p>
<code>public void <strong>mPLUS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mRIGHT_BRACKET</h2>
<p>
<code>public void <strong>mRIGHT_BRACKET</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mRIGHT_PAREN</h2>
<p>
<code>public void <strong>mRIGHT_PAREN</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mSINGLE_QUOTE_STRING</h2>
<p>
<code>public void <strong>mSINGLE_QUOTE_STRING</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mSLASH</h2>
<p>
<code>public void <strong>mSLASH</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mSTAR</h2>
<p>
<code>public void <strong>mSTAR</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mTokens</h2>
<p>
<code>public void <strong>mTokens</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mWS</h2>
<p>
<code>public void <strong>mWS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathLexer</h2>
<br>
<hr>
<pre>public class <strong>xpathLexer</strong>
extends Lexer</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 static int</code></td><td width="80%" align="left"><code>AT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>COLON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>COMMA</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DIGIT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DIV</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOLLAR_SIGN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOT_DOT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_COLON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_QUOTE_STRING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_SLASH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>EOF</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>EQUALS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>GT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>GTE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>IDENTIFIER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>KW_AND</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>KW_OR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LEFT_BRACKET</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LEFT_PAREN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LITERAL</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LTE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>MINUS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>MOD</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>NOT_EQUALS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>NUMBER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>PIPE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>PLUS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>RIGHT_BRACKET</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>RIGHT_PAREN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>SINGLE_QUOTE_STRING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>SLASH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>STAR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>Tokens</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>WS</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>xpathLexer</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathLexer</strong>(CharStream input)</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getGrammarFileName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mAT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mCOLON()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mCOMMA()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDIGIT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDIV()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOLLAR_SIGN()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOT_DOT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOUBLE_COLON()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOUBLE_QUOTE_STRING()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mDOUBLE_SLASH()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mEQUALS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mGT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mGTE()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mIDENTIFIER()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mKW_AND()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mKW_OR()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLEFT_BRACKET()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLEFT_PAREN()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLITERAL()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLT()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mLTE()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mMINUS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mMOD()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mNOT_EQUALS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mNUMBER()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mPIPE()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mPLUS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mRIGHT_BRACKET()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mRIGHT_PAREN()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mSINGLE_QUOTE_STRING()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mSLASH()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mSTAR()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mTokens()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>mWS()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>AT</h2>
<p>
<code>public static int <strong>AT</strong></code>
</p>
<hr>
<h2>COLON</h2>
<p>
<code>public static int <strong>COLON</strong></code>
</p>
<hr>
<h2>COMMA</h2>
<p>
<code>public static int <strong>COMMA</strong></code>
</p>
<hr>
<h2>DIGIT</h2>
<p>
<code>public static int <strong>DIGIT</strong></code>
</p>
<hr>
<h2>DIV</h2>
<p>
<code>public static int <strong>DIV</strong></code>
</p>
<hr>
<h2>DOLLAR_SIGN</h2>
<p>
<code>public static int <strong>DOLLAR_SIGN</strong></code>
</p>
<hr>
<h2>DOT</h2>
<p>
<code>public static int <strong>DOT</strong></code>
</p>
<hr>
<h2>DOT_DOT</h2>
<p>
<code>public static int <strong>DOT_DOT</strong></code>
</p>
<hr>
<h2>DOUBLE_COLON</h2>
<p>
<code>public static int <strong>DOUBLE_COLON</strong></code>
</p>
<hr>
<h2>DOUBLE_QUOTE_STRING</h2>
<p>
<code>public static int <strong>DOUBLE_QUOTE_STRING</strong></code>
</p>
<hr>
<h2>DOUBLE_SLASH</h2>
<p>
<code>public static int <strong>DOUBLE_SLASH</strong></code>
</p>
<hr>
<h2>EOF</h2>
<p>
<code>public static int <strong>EOF</strong></code>
</p>
<hr>
<h2>EQUALS</h2>
<p>
<code>public static int <strong>EQUALS</strong></code>
</p>
<hr>
<h2>GT</h2>
<p>
<code>public static int <strong>GT</strong></code>
</p>
<hr>
<h2>GTE</h2>
<p>
<code>public static int <strong>GTE</strong></code>
</p>
<hr>
<h2>IDENTIFIER</h2>
<p>
<code>public static int <strong>IDENTIFIER</strong></code>
</p>
<hr>
<h2>KW_AND</h2>
<p>
<code>public static int <strong>KW_AND</strong></code>
</p>
<hr>
<h2>KW_OR</h2>
<p>
<code>public static int <strong>KW_OR</strong></code>
</p>
<hr>
<h2>LEFT_BRACKET</h2>
<p>
<code>public static int <strong>LEFT_BRACKET</strong></code>
</p>
<hr>
<h2>LEFT_PAREN</h2>
<p>
<code>public static int <strong>LEFT_PAREN</strong></code>
</p>
<hr>
<h2>LITERAL</h2>
<p>
<code>public static int <strong>LITERAL</strong></code>
</p>
<hr>
<h2>LT</h2>
<p>
<code>public static int <strong>LT</strong></code>
</p>
<hr>
<h2>LTE</h2>
<p>
<code>public static int <strong>LTE</strong></code>
</p>
<hr>
<h2>MINUS</h2>
<p>
<code>public static int <strong>MINUS</strong></code>
</p>
<hr>
<h2>MOD</h2>
<p>
<code>public static int <strong>MOD</strong></code>
</p>
<hr>
<h2>NOT_EQUALS</h2>
<p>
<code>public static int <strong>NOT_EQUALS</strong></code>
</p>
<hr>
<h2>NUMBER</h2>
<p>
<code>public static int <strong>NUMBER</strong></code>
</p>
<hr>
<h2>PIPE</h2>
<p>
<code>public static int <strong>PIPE</strong></code>
</p>
<hr>
<h2>PLUS</h2>
<p>
<code>public static int <strong>PLUS</strong></code>
</p>
<hr>
<h2>RIGHT_BRACKET</h2>
<p>
<code>public static int <strong>RIGHT_BRACKET</strong></code>
</p>
<hr>
<h2>RIGHT_PAREN</h2>
<p>
<code>public static int <strong>RIGHT_PAREN</strong></code>
</p>
<hr>
<h2>SINGLE_QUOTE_STRING</h2>
<p>
<code>public static int <strong>SINGLE_QUOTE_STRING</strong></code>
</p>
<hr>
<h2>SLASH</h2>
<p>
<code>public static int <strong>SLASH</strong></code>
</p>
<hr>
<h2>STAR</h2>
<p>
<code>public static int <strong>STAR</strong></code>
</p>
<hr>
<h2>Tokens</h2>
<p>
<code>public static int <strong>Tokens</strong></code>
</p>
<hr>
<h2>WS</h2>
<p>
<code>public static int <strong>WS</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>xpathLexer</h2>
<p>
<code>public <strong>xpathLexer</strong>()</code>
</p>
<p></p>
<hr>
<h2>xpathLexer</h2>
<p>
<code>public <strong>xpathLexer</strong>(CharStream input)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getGrammarFileName</h2>
<p>
<code>public java.lang.String <strong>getGrammarFileName</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>mAT</h2>
<p>
<code>public void <strong>mAT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mCOLON</h2>
<p>
<code>public void <strong>mCOLON</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mCOMMA</h2>
<p>
<code>public void <strong>mCOMMA</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDIGIT</h2>
<p>
<code>public void <strong>mDIGIT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDIV</h2>
<p>
<code>public void <strong>mDIV</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOLLAR_SIGN</h2>
<p>
<code>public void <strong>mDOLLAR_SIGN</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOT</h2>
<p>
<code>public void <strong>mDOT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOT_DOT</h2>
<p>
<code>public void <strong>mDOT_DOT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOUBLE_COLON</h2>
<p>
<code>public void <strong>mDOUBLE_COLON</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOUBLE_QUOTE_STRING</h2>
<p>
<code>public void <strong>mDOUBLE_QUOTE_STRING</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mDOUBLE_SLASH</h2>
<p>
<code>public void <strong>mDOUBLE_SLASH</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mEQUALS</h2>
<p>
<code>public void <strong>mEQUALS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mGT</h2>
<p>
<code>public void <strong>mGT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mGTE</h2>
<p>
<code>public void <strong>mGTE</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mIDENTIFIER</h2>
<p>
<code>public void <strong>mIDENTIFIER</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mKW_AND</h2>
<p>
<code>public void <strong>mKW_AND</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mKW_OR</h2>
<p>
<code>public void <strong>mKW_OR</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLEFT_BRACKET</h2>
<p>
<code>public void <strong>mLEFT_BRACKET</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLEFT_PAREN</h2>
<p>
<code>public void <strong>mLEFT_PAREN</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLITERAL</h2>
<p>
<code>public void <strong>mLITERAL</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLT</h2>
<p>
<code>public void <strong>mLT</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mLTE</h2>
<p>
<code>public void <strong>mLTE</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mMINUS</h2>
<p>
<code>public void <strong>mMINUS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mMOD</h2>
<p>
<code>public void <strong>mMOD</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mNOT_EQUALS</h2>
<p>
<code>public void <strong>mNOT_EQUALS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mNUMBER</h2>
<p>
<code>public void <strong>mNUMBER</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mPIPE</h2>
<p>
<code>public void <strong>mPIPE</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mPLUS</h2>
<p>
<code>public void <strong>mPLUS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mRIGHT_BRACKET</h2>
<p>
<code>public void <strong>mRIGHT_BRACKET</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mRIGHT_PAREN</h2>
<p>
<code>public void <strong>mRIGHT_PAREN</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mSINGLE_QUOTE_STRING</h2>
<p>
<code>public void <strong>mSINGLE_QUOTE_STRING</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mSLASH</h2>
<p>
<code>public void <strong>mSLASH</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mSTAR</h2>
<p>
<code>public void <strong>mSTAR</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mTokens</h2>
<p>
<code>public void <strong>mTokens</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mWS</h2>
<p>
<code>public void <strong>mWS</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser</h2>
<br>
<hr>
<pre>public class <strong>xpathParser</strong>
extends DebugParser</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>protected DebugTreeAdaptor</code></td><td width="80%" align="left"><code>adaptor</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>AT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>COLON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>COMMA</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DIGIT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DIV</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOLLAR_SIGN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOT_DOT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_COLON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_QUOTE_STRING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>DOUBLE_SLASH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>EOF</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>EQUALS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_abbr_step_in_step384</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_absolute_location_path_in_location_path96</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_absolute_location_path_in_path_expr857</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_absolute_location_path_in_path_expr908</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_additive_expr_in_relational_expr1105</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_additive_expr_in_relational_expr1175</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_and_expr_in_or_expr964</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_and_expr_in_or_expr981</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_arg_list_in_function_call706</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_argument_in_arg_list727</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_argument_in_arg_list737</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_AT_in_abbr_axis_specifier560</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_AT_in_axis476</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_AT_in_synpred2243</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_axis_in_step247</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_COLON_in_step289</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_COMMA_in_arg_list735</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_DIV_in_mult_expr1294</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_DOLLAR_SIGN_in_variable_reference676</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_DOUBLE_COLON_in_axis469</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_DOUBLE_COLON_in_synpred2239</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_DOUBLE_SLASH_in_absolute_location_path124</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_DOUBLE_SLASH_in_i_relative_location_path198</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_equality_expr_in_and_expr1002</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_equality_expr_in_and_expr1020</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_EQUALS_in_equality_expr1044</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_expr_in_argument755</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_expr_in_predicate_expr521</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_expr_in_primary_expr614</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_filter_expr_in_path_expr849</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_filter_expr_in_path_expr900</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_function_call_in_primary_expr635</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_GT_in_relational_expr1126</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_GTE_in_relational_expr1153</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_i_relative_location_path_in_absolute_location_path147</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_i_relative_location_path_in_relative_location_path169</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_axis467</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_function_call699</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_special_step417</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_special_step427</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_special_step448</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_step287</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_synpred2237</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_synpred3821</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_synpred4841</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_IDENTIFIER_in_variable_reference679</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_KW_AND_in_and_expr1006</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_KW_OR_in_or_expr968</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_BRACKET_in_predicate500</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_PAREN_in_function_call701</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_PAREN_in_primary_expr611</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_PAREN_in_special_step419</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_PAREN_in_special_step450</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_PAREN_in_synpred3823</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LEFT_PAREN_in_synpred4843</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LITERAL_in_literal648</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_literal_in_primary_expr623</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_location_path_in_path_expr831</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_location_path_in_path_expr889</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LT_in_relational_expr1111</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_LTE_in_relational_expr1139</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_MINUS_in_additive_expr1232</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_MINUS_in_unary_expr1361</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_MOD_in_mult_expr1307</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_mult_expr_in_additive_expr1213</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_mult_expr_in_additive_expr1251</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_NOT_EQUALS_in_equality_expr1059</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_NUMBER_in_number662</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_number_in_primary_expr629</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_or_expr_in_expr589</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_path_expr_in_union_expr775</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_path_expr_in_union_expr785</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_PIPE_in_union_expr782</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_PLUS_in_additive_expr1219</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_predicate_expr_in_predicate503</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_predicate_in_filter_expr937</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_predicate_in_step367</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_predicate_in_step395</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_primary_expr_in_filter_expr930</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_relational_expr_in_equality_expr1038</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_relational_expr_in_equality_expr1080</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_relative_location_path_in_location_path102</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_RIGHT_BRACKET_in_predicate505</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_RIGHT_PAREN_in_function_call711</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_RIGHT_PAREN_in_primary_expr616</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_RIGHT_PAREN_in_special_step438</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_RIGHT_PAREN_in_special_step452</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_set_in_abbr_step0</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_set_in_step301</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_set_in_synpred1135</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_set_in_synpred5872</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_SLASH_in_absolute_location_path117</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_SLASH_in_i_relative_location_path190</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_special_step_in_step351</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_STAR_in_mult_expr1281</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_step_in_i_relative_location_path182</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_step_in_i_relative_location_path207</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_unary_expr_in_mult_expr1275</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_unary_expr_in_mult_expr1327</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_unary_expr_in_unary_expr1363</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_union_expr_in_unary_expr1352</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_union_expr_in_xpath75</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static BitSet</code></td><td width="80%" align="left"><code>FOLLOW_variable_reference_in_primary_expr605</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>GT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>GTE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>IDENTIFIER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>KW_AND</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>KW_OR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LEFT_BRACKET</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LEFT_PAREN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LITERAL</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LT</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>LTE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>MINUS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>MOD</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>NOT_EQUALS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>NUMBER</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>PIPE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>PLUS</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>RIGHT_BRACKET</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>RIGHT_PAREN</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public int</code></td><td width="80%" align="left"><code>ruleLevel</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String[]</code></td><td width="80%" align="left"><code>ruleNames</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>SINGLE_QUOTE_STRING</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>SLASH</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>STAR</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String[]</code></td><td width="80%" align="left"><code>tokenNames</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static int</code></td><td width="80%" align="left"><code>WS</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>xpathParser</strong>(TokenStream input
,
int port)</code></td>
</tr>
<tr>
<td><code><strong>xpathParser</strong>(TokenStream input)</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.abbr_axis_specifier_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.abbr_step_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.absolute_location_path_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.additive_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.and_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.arg_list_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.argument_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.axis_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.equality_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.filter_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.function_call_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.i_relative_location_path_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.literal_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.location_path_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.mult_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.number_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.or_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.path_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.predicate_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.predicate_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.primary_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.relational_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.relative_location_path_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.special_step_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.step_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.unary_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.union_expr_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.variable_reference_return</strong>()</code></td>
</tr>
<tr>
<td><code><strong>xpathParser.xpath_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.abbr_axis_specifier_return</code></td><td width="" align="left"><code>abbr_axis_specifier()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.abbr_step_return</code></td><td width="" align="left"><code>abbr_step()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.absolute_location_path_return</code></td><td width="" align="left"><code>absolute_location_path()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.additive_expr_return</code></td><td width="" align="left"><code>additive_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.and_expr_return</code></td><td width="" align="left"><code>and_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.arg_list_return</code></td><td width="" align="left"><code>arg_list()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.argument_return</code></td><td width="" align="left"><code>argument()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.axis_return</code></td><td width="" align="left"><code>axis()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.equality_expr_return</code></td><td width="" align="left"><code>equality_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected boolean</code></td><td width="" align="left"><code>evalPredicate(boolean result
,
java.lang.String predicate)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.expr_return</code></td><td width="" align="left"><code>expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.filter_expr_return</code></td><td width="" align="left"><code>filter_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.function_call_return</code></td><td width="" align="left"><code>function_call()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String</code></td><td width="" align="left"><code>getGrammarFileName()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.String[]</code></td><td width="" align="left"><code>getTokenNames()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public TreeAdaptor</code></td><td width="" align="left"><code>getTreeAdaptor()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.i_relative_location_path_return</code></td><td width="" align="left"><code>i_relative_location_path()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.literal_return</code></td><td width="" align="left"><code>literal()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.location_path_return</code></td><td width="" align="left"><code>location_path()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.mult_expr_return</code></td><td width="" align="left"><code>mult_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.number_return</code></td><td width="" align="left"><code>number()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.or_expr_return</code></td><td width="" align="left"><code>or_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.path_expr_return</code></td><td width="" align="left"><code>path_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.predicate_return</code></td><td width="" align="left"><code>predicate()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.predicate_expr_return</code></td><td width="" align="left"><code>predicate_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.primary_expr_return</code></td><td width="" align="left"><code>primary_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.relational_expr_return</code></td><td width="" align="left"><code>relational_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.relative_location_path_return</code></td><td width="" align="left"><code>relative_location_path()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>setTreeAdaptor(TreeAdaptor adaptor)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.special_step_return</code></td><td width="" align="left"><code>special_step()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.step_return</code></td><td width="" align="left"><code>step()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>synpred1()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>synpred1_fragment()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>synpred2()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>synpred2_fragment()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>synpred3()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>synpred3_fragment()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>synpred4()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>synpred4_fragment()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>synpred5()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>synpred5_fragment()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.unary_expr_return</code></td><td width="" align="left"><code>unary_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.union_expr_return</code></td><td width="" align="left"><code>union_expr()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.variable_reference_return</code></td><td width="" align="left"><code>variable_reference()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.xpath_return</code></td><td width="" align="left"><code>xpath()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>adaptor</h2>
<p>
<code>protected DebugTreeAdaptor <strong>adaptor</strong></code>
</p>
<hr>
<h2>AT</h2>
<p>
<code>public static int <strong>AT</strong></code>
</p>
<hr>
<h2>COLON</h2>
<p>
<code>public static int <strong>COLON</strong></code>
</p>
<hr>
<h2>COMMA</h2>
<p>
<code>public static int <strong>COMMA</strong></code>
</p>
<hr>
<h2>DIGIT</h2>
<p>
<code>public static int <strong>DIGIT</strong></code>
</p>
<hr>
<h2>DIV</h2>
<p>
<code>public static int <strong>DIV</strong></code>
</p>
<hr>
<h2>DOLLAR_SIGN</h2>
<p>
<code>public static int <strong>DOLLAR_SIGN</strong></code>
</p>
<hr>
<h2>DOT</h2>
<p>
<code>public static int <strong>DOT</strong></code>
</p>
<hr>
<h2>DOT_DOT</h2>
<p>
<code>public static int <strong>DOT_DOT</strong></code>
</p>
<hr>
<h2>DOUBLE_COLON</h2>
<p>
<code>public static int <strong>DOUBLE_COLON</strong></code>
</p>
<hr>
<h2>DOUBLE_QUOTE_STRING</h2>
<p>
<code>public static int <strong>DOUBLE_QUOTE_STRING</strong></code>
</p>
<hr>
<h2>DOUBLE_SLASH</h2>
<p>
<code>public static int <strong>DOUBLE_SLASH</strong></code>
</p>
<hr>
<h2>EOF</h2>
<p>
<code>public static int <strong>EOF</strong></code>
</p>
<hr>
<h2>EQUALS</h2>
<p>
<code>public static int <strong>EQUALS</strong></code>
</p>
<hr>
<h2>FOLLOW_abbr_step_in_step384</h2>
<p>
<code>public static BitSet <strong>FOLLOW_abbr_step_in_step384</strong></code>
</p>
<hr>
<h2>FOLLOW_absolute_location_path_in_location_path96</h2>
<p>
<code>public static BitSet <strong>FOLLOW_absolute_location_path_in_location_path96</strong></code>
</p>
<hr>
<h2>FOLLOW_absolute_location_path_in_path_expr857</h2>
<p>
<code>public static BitSet <strong>FOLLOW_absolute_location_path_in_path_expr857</strong></code>
</p>
<hr>
<h2>FOLLOW_absolute_location_path_in_path_expr908</h2>
<p>
<code>public static BitSet <strong>FOLLOW_absolute_location_path_in_path_expr908</strong></code>
</p>
<hr>
<h2>FOLLOW_additive_expr_in_relational_expr1105</h2>
<p>
<code>public static BitSet <strong>FOLLOW_additive_expr_in_relational_expr1105</strong></code>
</p>
<hr>
<h2>FOLLOW_additive_expr_in_relational_expr1175</h2>
<p>
<code>public static BitSet <strong>FOLLOW_additive_expr_in_relational_expr1175</strong></code>
</p>
<hr>
<h2>FOLLOW_and_expr_in_or_expr964</h2>
<p>
<code>public static BitSet <strong>FOLLOW_and_expr_in_or_expr964</strong></code>
</p>
<hr>
<h2>FOLLOW_and_expr_in_or_expr981</h2>
<p>
<code>public static BitSet <strong>FOLLOW_and_expr_in_or_expr981</strong></code>
</p>
<hr>
<h2>FOLLOW_arg_list_in_function_call706</h2>
<p>
<code>public static BitSet <strong>FOLLOW_arg_list_in_function_call706</strong></code>
</p>
<hr>
<h2>FOLLOW_argument_in_arg_list727</h2>
<p>
<code>public static BitSet <strong>FOLLOW_argument_in_arg_list727</strong></code>
</p>
<hr>
<h2>FOLLOW_argument_in_arg_list737</h2>
<p>
<code>public static BitSet <strong>FOLLOW_argument_in_arg_list737</strong></code>
</p>
<hr>
<h2>FOLLOW_AT_in_abbr_axis_specifier560</h2>
<p>
<code>public static BitSet <strong>FOLLOW_AT_in_abbr_axis_specifier560</strong></code>
</p>
<hr>
<h2>FOLLOW_AT_in_axis476</h2>
<p>
<code>public static BitSet <strong>FOLLOW_AT_in_axis476</strong></code>
</p>
<hr>
<h2>FOLLOW_AT_in_synpred2243</h2>
<p>
<code>public static BitSet <strong>FOLLOW_AT_in_synpred2243</strong></code>
</p>
<hr>
<h2>FOLLOW_axis_in_step247</h2>
<p>
<code>public static BitSet <strong>FOLLOW_axis_in_step247</strong></code>
</p>
<hr>
<h2>FOLLOW_COLON_in_step289</h2>
<p>
<code>public static BitSet <strong>FOLLOW_COLON_in_step289</strong></code>
</p>
<hr>
<h2>FOLLOW_COMMA_in_arg_list735</h2>
<p>
<code>public static BitSet <strong>FOLLOW_COMMA_in_arg_list735</strong></code>
</p>
<hr>
<h2>FOLLOW_DIV_in_mult_expr1294</h2>
<p>
<code>public static BitSet <strong>FOLLOW_DIV_in_mult_expr1294</strong></code>
</p>
<hr>
<h2>FOLLOW_DOLLAR_SIGN_in_variable_reference676</h2>
<p>
<code>public static BitSet <strong>FOLLOW_DOLLAR_SIGN_in_variable_reference676</strong></code>
</p>
<hr>
<h2>FOLLOW_DOUBLE_COLON_in_axis469</h2>
<p>
<code>public static BitSet <strong>FOLLOW_DOUBLE_COLON_in_axis469</strong></code>
</p>
<hr>
<h2>FOLLOW_DOUBLE_COLON_in_synpred2239</h2>
<p>
<code>public static BitSet <strong>FOLLOW_DOUBLE_COLON_in_synpred2239</strong></code>
</p>
<hr>
<h2>FOLLOW_DOUBLE_SLASH_in_absolute_location_path124</h2>
<p>
<code>public static BitSet <strong>FOLLOW_DOUBLE_SLASH_in_absolute_location_path124</strong></code>
</p>
<hr>
<h2>FOLLOW_DOUBLE_SLASH_in_i_relative_location_path198</h2>
<p>
<code>public static BitSet <strong>FOLLOW_DOUBLE_SLASH_in_i_relative_location_path198</strong></code>
</p>
<hr>
<h2>FOLLOW_equality_expr_in_and_expr1002</h2>
<p>
<code>public static BitSet <strong>FOLLOW_equality_expr_in_and_expr1002</strong></code>
</p>
<hr>
<h2>FOLLOW_equality_expr_in_and_expr1020</h2>
<p>
<code>public static BitSet <strong>FOLLOW_equality_expr_in_and_expr1020</strong></code>
</p>
<hr>
<h2>FOLLOW_EQUALS_in_equality_expr1044</h2>
<p>
<code>public static BitSet <strong>FOLLOW_EQUALS_in_equality_expr1044</strong></code>
</p>
<hr>
<h2>FOLLOW_expr_in_argument755</h2>
<p>
<code>public static BitSet <strong>FOLLOW_expr_in_argument755</strong></code>
</p>
<hr>
<h2>FOLLOW_expr_in_predicate_expr521</h2>
<p>
<code>public static BitSet <strong>FOLLOW_expr_in_predicate_expr521</strong></code>
</p>
<hr>
<h2>FOLLOW_expr_in_primary_expr614</h2>
<p>
<code>public static BitSet <strong>FOLLOW_expr_in_primary_expr614</strong></code>
</p>
<hr>
<h2>FOLLOW_filter_expr_in_path_expr849</h2>
<p>
<code>public static BitSet <strong>FOLLOW_filter_expr_in_path_expr849</strong></code>
</p>
<hr>
<h2>FOLLOW_filter_expr_in_path_expr900</h2>
<p>
<code>public static BitSet <strong>FOLLOW_filter_expr_in_path_expr900</strong></code>
</p>
<hr>
<h2>FOLLOW_function_call_in_primary_expr635</h2>
<p>
<code>public static BitSet <strong>FOLLOW_function_call_in_primary_expr635</strong></code>
</p>
<hr>
<h2>FOLLOW_GT_in_relational_expr1126</h2>
<p>
<code>public static BitSet <strong>FOLLOW_GT_in_relational_expr1126</strong></code>
</p>
<hr>
<h2>FOLLOW_GTE_in_relational_expr1153</h2>
<p>
<code>public static BitSet <strong>FOLLOW_GTE_in_relational_expr1153</strong></code>
</p>
<hr>
<h2>FOLLOW_i_relative_location_path_in_absolute_location_path147</h2>
<p>
<code>public static BitSet <strong>FOLLOW_i_relative_location_path_in_absolute_location_path147</strong></code>
</p>
<hr>
<h2>FOLLOW_i_relative_location_path_in_relative_location_path169</h2>
<p>
<code>public static BitSet <strong>FOLLOW_i_relative_location_path_in_relative_location_path169</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_axis467</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_axis467</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_function_call699</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_function_call699</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_special_step417</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_special_step417</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_special_step427</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_special_step427</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_special_step448</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_special_step448</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_step287</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_step287</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_synpred2237</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_synpred2237</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_synpred3821</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_synpred3821</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_synpred4841</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_synpred4841</strong></code>
</p>
<hr>
<h2>FOLLOW_IDENTIFIER_in_variable_reference679</h2>
<p>
<code>public static BitSet <strong>FOLLOW_IDENTIFIER_in_variable_reference679</strong></code>
</p>
<hr>
<h2>FOLLOW_KW_AND_in_and_expr1006</h2>
<p>
<code>public static BitSet <strong>FOLLOW_KW_AND_in_and_expr1006</strong></code>
</p>
<hr>
<h2>FOLLOW_KW_OR_in_or_expr968</h2>
<p>
<code>public static BitSet <strong>FOLLOW_KW_OR_in_or_expr968</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_BRACKET_in_predicate500</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_BRACKET_in_predicate500</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_PAREN_in_function_call701</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_PAREN_in_function_call701</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_PAREN_in_primary_expr611</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_PAREN_in_primary_expr611</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_PAREN_in_special_step419</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_PAREN_in_special_step419</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_PAREN_in_special_step450</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_PAREN_in_special_step450</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_PAREN_in_synpred3823</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_PAREN_in_synpred3823</strong></code>
</p>
<hr>
<h2>FOLLOW_LEFT_PAREN_in_synpred4843</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LEFT_PAREN_in_synpred4843</strong></code>
</p>
<hr>
<h2>FOLLOW_LITERAL_in_literal648</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LITERAL_in_literal648</strong></code>
</p>
<hr>
<h2>FOLLOW_literal_in_primary_expr623</h2>
<p>
<code>public static BitSet <strong>FOLLOW_literal_in_primary_expr623</strong></code>
</p>
<hr>
<h2>FOLLOW_location_path_in_path_expr831</h2>
<p>
<code>public static BitSet <strong>FOLLOW_location_path_in_path_expr831</strong></code>
</p>
<hr>
<h2>FOLLOW_location_path_in_path_expr889</h2>
<p>
<code>public static BitSet <strong>FOLLOW_location_path_in_path_expr889</strong></code>
</p>
<hr>
<h2>FOLLOW_LT_in_relational_expr1111</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LT_in_relational_expr1111</strong></code>
</p>
<hr>
<h2>FOLLOW_LTE_in_relational_expr1139</h2>
<p>
<code>public static BitSet <strong>FOLLOW_LTE_in_relational_expr1139</strong></code>
</p>
<hr>
<h2>FOLLOW_MINUS_in_additive_expr1232</h2>
<p>
<code>public static BitSet <strong>FOLLOW_MINUS_in_additive_expr1232</strong></code>
</p>
<hr>
<h2>FOLLOW_MINUS_in_unary_expr1361</h2>
<p>
<code>public static BitSet <strong>FOLLOW_MINUS_in_unary_expr1361</strong></code>
</p>
<hr>
<h2>FOLLOW_MOD_in_mult_expr1307</h2>
<p>
<code>public static BitSet <strong>FOLLOW_MOD_in_mult_expr1307</strong></code>
</p>
<hr>
<h2>FOLLOW_mult_expr_in_additive_expr1213</h2>
<p>
<code>public static BitSet <strong>FOLLOW_mult_expr_in_additive_expr1213</strong></code>
</p>
<hr>
<h2>FOLLOW_mult_expr_in_additive_expr1251</h2>
<p>
<code>public static BitSet <strong>FOLLOW_mult_expr_in_additive_expr1251</strong></code>
</p>
<hr>
<h2>FOLLOW_NOT_EQUALS_in_equality_expr1059</h2>
<p>
<code>public static BitSet <strong>FOLLOW_NOT_EQUALS_in_equality_expr1059</strong></code>
</p>
<hr>
<h2>FOLLOW_NUMBER_in_number662</h2>
<p>
<code>public static BitSet <strong>FOLLOW_NUMBER_in_number662</strong></code>
</p>
<hr>
<h2>FOLLOW_number_in_primary_expr629</h2>
<p>
<code>public static BitSet <strong>FOLLOW_number_in_primary_expr629</strong></code>
</p>
<hr>
<h2>FOLLOW_or_expr_in_expr589</h2>
<p>
<code>public static BitSet <strong>FOLLOW_or_expr_in_expr589</strong></code>
</p>
<hr>
<h2>FOLLOW_path_expr_in_union_expr775</h2>
<p>
<code>public static BitSet <strong>FOLLOW_path_expr_in_union_expr775</strong></code>
</p>
<hr>
<h2>FOLLOW_path_expr_in_union_expr785</h2>
<p>
<code>public static BitSet <strong>FOLLOW_path_expr_in_union_expr785</strong></code>
</p>
<hr>
<h2>FOLLOW_PIPE_in_union_expr782</h2>
<p>
<code>public static BitSet <strong>FOLLOW_PIPE_in_union_expr782</strong></code>
</p>
<hr>
<h2>FOLLOW_PLUS_in_additive_expr1219</h2>
<p>
<code>public static BitSet <strong>FOLLOW_PLUS_in_additive_expr1219</strong></code>
</p>
<hr>
<h2>FOLLOW_predicate_expr_in_predicate503</h2>
<p>
<code>public static BitSet <strong>FOLLOW_predicate_expr_in_predicate503</strong></code>
</p>
<hr>
<h2>FOLLOW_predicate_in_filter_expr937</h2>
<p>
<code>public static BitSet <strong>FOLLOW_predicate_in_filter_expr937</strong></code>
</p>
<hr>
<h2>FOLLOW_predicate_in_step367</h2>
<p>
<code>public static BitSet <strong>FOLLOW_predicate_in_step367</strong></code>
</p>
<hr>
<h2>FOLLOW_predicate_in_step395</h2>
<p>
<code>public static BitSet <strong>FOLLOW_predicate_in_step395</strong></code>
</p>
<hr>
<h2>FOLLOW_primary_expr_in_filter_expr930</h2>
<p>
<code>public static BitSet <strong>FOLLOW_primary_expr_in_filter_expr930</strong></code>
</p>
<hr>
<h2>FOLLOW_relational_expr_in_equality_expr1038</h2>
<p>
<code>public static BitSet <strong>FOLLOW_relational_expr_in_equality_expr1038</strong></code>
</p>
<hr>
<h2>FOLLOW_relational_expr_in_equality_expr1080</h2>
<p>
<code>public static BitSet <strong>FOLLOW_relational_expr_in_equality_expr1080</strong></code>
</p>
<hr>
<h2>FOLLOW_relative_location_path_in_location_path102</h2>
<p>
<code>public static BitSet <strong>FOLLOW_relative_location_path_in_location_path102</strong></code>
</p>
<hr>
<h2>FOLLOW_RIGHT_BRACKET_in_predicate505</h2>
<p>
<code>public static BitSet <strong>FOLLOW_RIGHT_BRACKET_in_predicate505</strong></code>
</p>
<hr>
<h2>FOLLOW_RIGHT_PAREN_in_function_call711</h2>
<p>
<code>public static BitSet <strong>FOLLOW_RIGHT_PAREN_in_function_call711</strong></code>
</p>
<hr>
<h2>FOLLOW_RIGHT_PAREN_in_primary_expr616</h2>
<p>
<code>public static BitSet <strong>FOLLOW_RIGHT_PAREN_in_primary_expr616</strong></code>
</p>
<hr>
<h2>FOLLOW_RIGHT_PAREN_in_special_step438</h2>
<p>
<code>public static BitSet <strong>FOLLOW_RIGHT_PAREN_in_special_step438</strong></code>
</p>
<hr>
<h2>FOLLOW_RIGHT_PAREN_in_special_step452</h2>
<p>
<code>public static BitSet <strong>FOLLOW_RIGHT_PAREN_in_special_step452</strong></code>
</p>
<hr>
<h2>FOLLOW_set_in_abbr_step0</h2>
<p>
<code>public static BitSet <strong>FOLLOW_set_in_abbr_step0</strong></code>
</p>
<hr>
<h2>FOLLOW_set_in_step301</h2>
<p>
<code>public static BitSet <strong>FOLLOW_set_in_step301</strong></code>
</p>
<hr>
<h2>FOLLOW_set_in_synpred1135</h2>
<p>
<code>public static BitSet <strong>FOLLOW_set_in_synpred1135</strong></code>
</p>
<hr>
<h2>FOLLOW_set_in_synpred5872</h2>
<p>
<code>public static BitSet <strong>FOLLOW_set_in_synpred5872</strong></code>
</p>
<hr>
<h2>FOLLOW_SLASH_in_absolute_location_path117</h2>
<p>
<code>public static BitSet <strong>FOLLOW_SLASH_in_absolute_location_path117</strong></code>
</p>
<hr>
<h2>FOLLOW_SLASH_in_i_relative_location_path190</h2>
<p>
<code>public static BitSet <strong>FOLLOW_SLASH_in_i_relative_location_path190</strong></code>
</p>
<hr>
<h2>FOLLOW_special_step_in_step351</h2>
<p>
<code>public static BitSet <strong>FOLLOW_special_step_in_step351</strong></code>
</p>
<hr>
<h2>FOLLOW_STAR_in_mult_expr1281</h2>
<p>
<code>public static BitSet <strong>FOLLOW_STAR_in_mult_expr1281</strong></code>
</p>
<hr>
<h2>FOLLOW_step_in_i_relative_location_path182</h2>
<p>
<code>public static BitSet <strong>FOLLOW_step_in_i_relative_location_path182</strong></code>
</p>
<hr>
<h2>FOLLOW_step_in_i_relative_location_path207</h2>
<p>
<code>public static BitSet <strong>FOLLOW_step_in_i_relative_location_path207</strong></code>
</p>
<hr>
<h2>FOLLOW_unary_expr_in_mult_expr1275</h2>
<p>
<code>public static BitSet <strong>FOLLOW_unary_expr_in_mult_expr1275</strong></code>
</p>
<hr>
<h2>FOLLOW_unary_expr_in_mult_expr1327</h2>
<p>
<code>public static BitSet <strong>FOLLOW_unary_expr_in_mult_expr1327</strong></code>
</p>
<hr>
<h2>FOLLOW_unary_expr_in_unary_expr1363</h2>
<p>
<code>public static BitSet <strong>FOLLOW_unary_expr_in_unary_expr1363</strong></code>
</p>
<hr>
<h2>FOLLOW_union_expr_in_unary_expr1352</h2>
<p>
<code>public static BitSet <strong>FOLLOW_union_expr_in_unary_expr1352</strong></code>
</p>
<hr>
<h2>FOLLOW_union_expr_in_xpath75</h2>
<p>
<code>public static BitSet <strong>FOLLOW_union_expr_in_xpath75</strong></code>
</p>
<hr>
<h2>FOLLOW_variable_reference_in_primary_expr605</h2>
<p>
<code>public static BitSet <strong>FOLLOW_variable_reference_in_primary_expr605</strong></code>
</p>
<hr>
<h2>GT</h2>
<p>
<code>public static int <strong>GT</strong></code>
</p>
<hr>
<h2>GTE</h2>
<p>
<code>public static int <strong>GTE</strong></code>
</p>
<hr>
<h2>IDENTIFIER</h2>
<p>
<code>public static int <strong>IDENTIFIER</strong></code>
</p>
<hr>
<h2>KW_AND</h2>
<p>
<code>public static int <strong>KW_AND</strong></code>
</p>
<hr>
<h2>KW_OR</h2>
<p>
<code>public static int <strong>KW_OR</strong></code>
</p>
<hr>
<h2>LEFT_BRACKET</h2>
<p>
<code>public static int <strong>LEFT_BRACKET</strong></code>
</p>
<hr>
<h2>LEFT_PAREN</h2>
<p>
<code>public static int <strong>LEFT_PAREN</strong></code>
</p>
<hr>
<h2>LITERAL</h2>
<p>
<code>public static int <strong>LITERAL</strong></code>
</p>
<hr>
<h2>LT</h2>
<p>
<code>public static int <strong>LT</strong></code>
</p>
<hr>
<h2>LTE</h2>
<p>
<code>public static int <strong>LTE</strong></code>
</p>
<hr>
<h2>MINUS</h2>
<p>
<code>public static int <strong>MINUS</strong></code>
</p>
<hr>
<h2>MOD</h2>
<p>
<code>public static int <strong>MOD</strong></code>
</p>
<hr>
<h2>NOT_EQUALS</h2>
<p>
<code>public static int <strong>NOT_EQUALS</strong></code>
</p>
<hr>
<h2>NUMBER</h2>
<p>
<code>public static int <strong>NUMBER</strong></code>
</p>
<hr>
<h2>PIPE</h2>
<p>
<code>public static int <strong>PIPE</strong></code>
</p>
<hr>
<h2>PLUS</h2>
<p>
<code>public static int <strong>PLUS</strong></code>
</p>
<hr>
<h2>RIGHT_BRACKET</h2>
<p>
<code>public static int <strong>RIGHT_BRACKET</strong></code>
</p>
<hr>
<h2>RIGHT_PAREN</h2>
<p>
<code>public static int <strong>RIGHT_PAREN</strong></code>
</p>
<hr>
<h2>ruleLevel</h2>
<p>
<code>public int <strong>ruleLevel</strong></code>
</p>
<hr>
<h2>ruleNames</h2>
<p>
<code>public static java.lang.String[] <strong>ruleNames</strong></code>
</p>
<hr>
<h2>SINGLE_QUOTE_STRING</h2>
<p>
<code>public static int <strong>SINGLE_QUOTE_STRING</strong></code>
</p>
<hr>
<h2>SLASH</h2>
<p>
<code>public static int <strong>SLASH</strong></code>
</p>
<hr>
<h2>STAR</h2>
<p>
<code>public static int <strong>STAR</strong></code>
</p>
<hr>
<h2>tokenNames</h2>
<p>
<code>public static java.lang.String[] <strong>tokenNames</strong></code>
</p>
<hr>
<h2>WS</h2>
<p>
<code>public static int <strong>WS</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>xpathParser</h2>
<p>
<code>public <strong>xpathParser</strong>(TokenStream input
,
int port)</code>
</p>
<p></p>
<hr>
<h2>xpathParser</h2>
<p>
<code>public <strong>xpathParser</strong>(TokenStream input)</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>abbr_axis_specifier</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.abbr_axis_specifier_return <strong>abbr_axis_specifier</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.abbr_axis_specifier_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>abbr_step</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.abbr_step_return <strong>abbr_step</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.abbr_step_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>absolute_location_path</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.absolute_location_path_return <strong>absolute_location_path</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.absolute_location_path_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>additive_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.additive_expr_return <strong>additive_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.additive_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>and_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.and_expr_return <strong>and_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.and_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>arg_list</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.arg_list_return <strong>arg_list</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.arg_list_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>argument</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.argument_return <strong>argument</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.argument_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>axis</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.axis_return <strong>axis</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.axis_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>equality_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.equality_expr_return <strong>equality_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.equality_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>evalPredicate</h2>
<p>
<code>protected boolean <strong>evalPredicate</strong>(boolean result
,
java.lang.String predicate)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>result</code>
</p>
<p>
<code>predicate</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.expr_return <strong>expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>filter_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.filter_expr_return <strong>filter_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.filter_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>function_call</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.function_call_return <strong>function_call</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.function_call_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>getGrammarFileName</h2>
<p>
<code>public java.lang.String <strong>getGrammarFileName</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>getTokenNames</h2>
<p>
<code>public java.lang.String[] <strong>getTokenNames</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String[]</code>
</p>
<hr>
<h2>getTreeAdaptor</h2>
<p>
<code>public TreeAdaptor <strong>getTreeAdaptor</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>TreeAdaptor</code>
</p>
<hr>
<h2>i_relative_location_path</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.i_relative_location_path_return <strong>i_relative_location_path</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.i_relative_location_path_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>literal</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.literal_return <strong>literal</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.literal_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>location_path</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.location_path_return <strong>location_path</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.location_path_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>mult_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.mult_expr_return <strong>mult_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.mult_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>number</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.number_return <strong>number</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.number_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>or_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.or_expr_return <strong>or_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.or_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>path_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.path_expr_return <strong>path_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.path_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>predicate</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.predicate_return <strong>predicate</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.predicate_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>predicate_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.predicate_expr_return <strong>predicate_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.predicate_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>primary_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.primary_expr_return <strong>primary_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.primary_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>relational_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.relational_expr_return <strong>relational_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.relational_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>relative_location_path</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.relative_location_path_return <strong>relative_location_path</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.relative_location_path_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>setTreeAdaptor</h2>
<p>
<code>public void <strong>setTreeAdaptor</strong>(TreeAdaptor adaptor)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>adaptor</code>
</p>
<hr>
<h2>special_step</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.special_step_return <strong>special_step</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.special_step_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>step</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.step_return <strong>step</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.step_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>synpred1</h2>
<p>
<code>public boolean <strong>synpred1</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>synpred1_fragment</h2>
<p>
<code>public void <strong>synpred1_fragment</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>synpred2</h2>
<p>
<code>public boolean <strong>synpred2</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>synpred2_fragment</h2>
<p>
<code>public void <strong>synpred2_fragment</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>synpred3</h2>
<p>
<code>public boolean <strong>synpred3</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>synpred3_fragment</h2>
<p>
<code>public void <strong>synpred3_fragment</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>synpred4</h2>
<p>
<code>public boolean <strong>synpred4</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>synpred4_fragment</h2>
<p>
<code>public void <strong>synpred4_fragment</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>synpred5</h2>
<p>
<code>public boolean <strong>synpred5</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>synpred5_fragment</h2>
<p>
<code>public void <strong>synpred5_fragment</strong>()</code>
</p>
<p></p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>unary_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.unary_expr_return <strong>unary_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.unary_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>union_expr</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.union_expr_return <strong>union_expr</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.union_expr_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>variable_reference</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.variable_reference_return <strong>variable_reference</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.variable_reference_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<h2>xpath</h2>
<p>
<code>public org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.xpath_return <strong>xpath</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.core.internal.xpath.parser.xpathParser.xpath_return</code>
</p>
<h3>Throws:</h3>
<p>
<code>RecognitionException</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.xpath_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.xpath_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.xpath_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.xpath_return</h2>
<p>
<code>public <strong>xpathParser.xpath_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.location_path_return</h2>
<p>
<code>public <strong>xpathParser.location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.absolute_location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.absolute_location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.absolute_location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.absolute_location_path_return</h2>
<p>
<code>public <strong>xpathParser.absolute_location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.relative_location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.relative_location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.relative_location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.relative_location_path_return</h2>
<p>
<code>public <strong>xpathParser.relative_location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.i_relative_location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.i_relative_location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.i_relative_location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.i_relative_location_path_return</h2>
<p>
<code>public <strong>xpathParser.i_relative_location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.step_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.step_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.step_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.step_return</h2>
<p>
<code>public <strong>xpathParser.step_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.special_step_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.special_step_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.special_step_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.special_step_return</h2>
<p>
<code>public <strong>xpathParser.special_step_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.axis_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.axis_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.axis_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.axis_return</h2>
<p>
<code>public <strong>xpathParser.axis_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.predicate_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.predicate_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.predicate_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.predicate_return</h2>
<p>
<code>public <strong>xpathParser.predicate_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.predicate_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.predicate_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.predicate_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.predicate_expr_return</h2>
<p>
<code>public <strong>xpathParser.predicate_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.abbr_step_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.abbr_step_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.abbr_step_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.abbr_step_return</h2>
<p>
<code>public <strong>xpathParser.abbr_step_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.abbr_axis_specifier_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.abbr_axis_specifier_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.abbr_axis_specifier_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.abbr_axis_specifier_return</h2>
<p>
<code>public <strong>xpathParser.abbr_axis_specifier_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.expr_return</h2>
<p>
<code>public <strong>xpathParser.expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.primary_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.primary_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.primary_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.primary_expr_return</h2>
<p>
<code>public <strong>xpathParser.primary_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.literal_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.literal_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.literal_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.literal_return</h2>
<p>
<code>public <strong>xpathParser.literal_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.number_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.number_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.number_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.number_return</h2>
<p>
<code>public <strong>xpathParser.number_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.variable_reference_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.variable_reference_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.variable_reference_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.variable_reference_return</h2>
<p>
<code>public <strong>xpathParser.variable_reference_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.function_call_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.function_call_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.function_call_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.function_call_return</h2>
<p>
<code>public <strong>xpathParser.function_call_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.arg_list_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.arg_list_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.arg_list_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.arg_list_return</h2>
<p>
<code>public <strong>xpathParser.arg_list_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.argument_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.argument_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.argument_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.argument_return</h2>
<p>
<code>public <strong>xpathParser.argument_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.union_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.union_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.union_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.union_expr_return</h2>
<p>
<code>public <strong>xpathParser.union_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.path_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.path_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.path_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.path_expr_return</h2>
<p>
<code>public <strong>xpathParser.path_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.filter_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.filter_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.filter_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.filter_expr_return</h2>
<p>
<code>public <strong>xpathParser.filter_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.or_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.or_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.or_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.or_expr_return</h2>
<p>
<code>public <strong>xpathParser.or_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.and_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.and_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.and_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.and_expr_return</h2>
<p>
<code>public <strong>xpathParser.and_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.equality_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.equality_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.equality_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.equality_expr_return</h2>
<p>
<code>public <strong>xpathParser.equality_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.relational_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.relational_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.relational_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.relational_expr_return</h2>
<p>
<code>public <strong>xpathParser.relational_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.additive_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.additive_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.additive_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.additive_expr_return</h2>
<p>
<code>public <strong>xpathParser.additive_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.mult_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.mult_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.mult_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.mult_expr_return</h2>
<p>
<code>public <strong>xpathParser.mult_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.unary_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.unary_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.unary_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.unary_expr_return</h2>
<p>
<code>public <strong>xpathParser.unary_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.xpath_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.xpath_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.xpath_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.xpath_return</h2>
<p>
<code>public <strong>xpathParser.xpath_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.location_path_return</h2>
<p>
<code>public <strong>xpathParser.location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.absolute_location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.absolute_location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.absolute_location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.absolute_location_path_return</h2>
<p>
<code>public <strong>xpathParser.absolute_location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.relative_location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.relative_location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.relative_location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.relative_location_path_return</h2>
<p>
<code>public <strong>xpathParser.relative_location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.i_relative_location_path_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.i_relative_location_path_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.i_relative_location_path_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.i_relative_location_path_return</h2>
<p>
<code>public <strong>xpathParser.i_relative_location_path_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.step_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.step_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.step_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.step_return</h2>
<p>
<code>public <strong>xpathParser.step_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.special_step_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.special_step_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.special_step_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.special_step_return</h2>
<p>
<code>public <strong>xpathParser.special_step_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.axis_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.axis_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.axis_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.axis_return</h2>
<p>
<code>public <strong>xpathParser.axis_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.predicate_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.predicate_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.predicate_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.predicate_return</h2>
<p>
<code>public <strong>xpathParser.predicate_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.predicate_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.predicate_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.predicate_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.predicate_expr_return</h2>
<p>
<code>public <strong>xpathParser.predicate_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.abbr_step_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.abbr_step_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.abbr_step_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.abbr_step_return</h2>
<p>
<code>public <strong>xpathParser.abbr_step_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.abbr_axis_specifier_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.abbr_axis_specifier_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.abbr_axis_specifier_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.abbr_axis_specifier_return</h2>
<p>
<code>public <strong>xpathParser.abbr_axis_specifier_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.expr_return</h2>
<p>
<code>public <strong>xpathParser.expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.primary_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.primary_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.primary_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.primary_expr_return</h2>
<p>
<code>public <strong>xpathParser.primary_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.literal_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.literal_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.literal_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.literal_return</h2>
<p>
<code>public <strong>xpathParser.literal_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.number_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.number_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.number_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.number_return</h2>
<p>
<code>public <strong>xpathParser.number_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.variable_reference_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.variable_reference_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.variable_reference_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.variable_reference_return</h2>
<p>
<code>public <strong>xpathParser.variable_reference_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.function_call_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.function_call_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.function_call_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.function_call_return</h2>
<p>
<code>public <strong>xpathParser.function_call_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.arg_list_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.arg_list_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.arg_list_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.arg_list_return</h2>
<p>
<code>public <strong>xpathParser.arg_list_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.argument_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.argument_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.argument_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.argument_return</h2>
<p>
<code>public <strong>xpathParser.argument_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.union_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.union_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.union_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.union_expr_return</h2>
<p>
<code>public <strong>xpathParser.union_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.path_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.path_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.path_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.path_expr_return</h2>
<p>
<code>public <strong>xpathParser.path_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.filter_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.filter_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.filter_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.filter_expr_return</h2>
<p>
<code>public <strong>xpathParser.filter_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.or_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.or_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.or_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.or_expr_return</h2>
<p>
<code>public <strong>xpathParser.or_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.and_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.and_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.and_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.and_expr_return</h2>
<p>
<code>public <strong>xpathParser.and_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.equality_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.equality_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.equality_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.equality_expr_return</h2>
<p>
<code>public <strong>xpathParser.equality_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.relational_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.relational_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.relational_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.relational_expr_return</h2>
<p>
<code>public <strong>xpathParser.relational_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.additive_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.additive_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.additive_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.additive_expr_return</h2>
<p>
<code>public <strong>xpathParser.additive_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.mult_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.mult_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.mult_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.mult_expr_return</h2>
<p>
<code>public <strong>xpathParser.mult_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xpath.parser</strong></font>
<br>
Class xpathParser.unary_expr_return</h2>
<br>
<hr>
<pre>public class <strong>xpathParser.unary_expr_return</strong>
extends ParserRuleReturnScope</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>package-private java.lang.Object</code></td><td width="80%" align="left"><code>tree</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>xpathParser.unary_expr_return</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code>getTree()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>tree</h2>
<p>
<code>package-private java.lang.Object <strong>tree</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>xpathParser.unary_expr_return</h2>
<p>
<code>public <strong>xpathParser.unary_expr_return</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getTree</h2>
<p>
<code>public java.lang.Object <strong>getTree</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.Object</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.debug.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.debug.internal.util</strong></font>
<br>
Class XSLDebugPluginImages</h2>
<br>
<hr>
<pre>public class <strong>XSLDebugPluginImages</strong>
extends java.lang.Object</pre>Bundle of most images used by the XSL Debug Plugins<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 static java.lang.String</code></td><td width="80%" align="left"><code>IMG_MAIN_TAB</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XSLT Launch Images used for launch configurations</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>IMG_OUTPUT_TAB</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XSLT Output Images used for launch configurations</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code>IMG_PROCESSOR_TAB</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Path to the XSLT Processor Images used for launch configurations</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>XSLDebugPluginImages</strong>()</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>IMG_MAIN_TAB</h2>
<p>
<code>public static java.lang.String <strong>IMG_MAIN_TAB</strong></code>
</p>
<table>
<tr>
<td>Path to the XSLT Launch Images used for launch configurations</td>
</tr>
</table>
<hr>
<h2>IMG_OUTPUT_TAB</h2>
<p>
<code>public static java.lang.String <strong>IMG_OUTPUT_TAB</strong></code>
</p>
<table>
<tr>
<td>Path to the XSLT Output Images used for launch configurations</td>
</tr>
</table>
<hr>
<h2>IMG_PROCESSOR_TAB</h2>
<p>
<code>public static java.lang.String <strong>IMG_PROCESSOR_TAB</strong></code>
</p>
<table>
<tr>
<td>Path to the XSLT Processor Images used for launch configurations</td>
</tr>
</table>
<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>XSLDebugPluginImages</h2>
<p>
<code>public <strong>XSLDebugPluginImages</strong>()</code>
</p>
<p></p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.debug.internal.util</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.debug.internal.util</strong></font>
<br>
Class XSLPluginImageHelper</h2>
<br>
<hr>
<pre>public class <strong>XSLPluginImageHelper</strong>
extends java.lang.Object</pre>Helper class to handle images provided by this plug-in.
NOTE: For internal use only. For images used externally, please use the
Shared***ImageHelper class instead.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>XSLPluginImageHelper</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public org.eclipse.swt.graphics.Image</code></td><td width="" align="left"><code>getImage(java.lang.String resource)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Retrieves the image associated with resource from the image registry.
If the image cannot be retrieved, attempt to find and load the image at
the location specified in resource.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public ImageDescriptor</code></td><td width="" align="left"><code>getImageDescriptor(java.lang.String resource)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Retrieves the image descriptor associated with resource from the image
descriptor registry. If the image descriptor cannot be retrieved,
attempt to find and load the image descriptor at the location specified
in resource.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static org.eclipse.wst.xsl.debug.internal.util.XSLPluginImageHelper</code></td><td width="" align="left"><code>getInstance()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Gets the instance.</td>
</tr>
</table>
<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>XSLPluginImageHelper</h2>
<p>
<code>public <strong>XSLPluginImageHelper</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getImage</h2>
<p>
<code>public org.eclipse.swt.graphics.Image <strong>getImage</strong>(java.lang.String resource)</code>
</p>
<p>Retrieves the image associated with resource from the image registry.
If the image cannot be retrieved, attempt to find and load the image at
the location specified in resource.</p>
<h3>Parameters</h3>
<p>
<code>resource</code> - the image to retrieve</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.graphics.Image</code> - Image the image associated with resource or null if one could not be found</p>
<hr>
<h2>getImageDescriptor</h2>
<p>
<code>public ImageDescriptor <strong>getImageDescriptor</strong>(java.lang.String resource)</code>
</p>
<p>Retrieves the image descriptor associated with resource from the image
descriptor registry. If the image descriptor cannot be retrieved,
attempt to find and load the image descriptor at the location specified
in resource.</p>
<h3>Parameters</h3>
<p>
<code>resource</code> - the image descriptor to retrieve</p>
<h3>Returns</h3>
<p>
<code>ImageDescriptor</code> - ImageDescriptor the image descriptor assocated with resource or the default "missing" image descriptor if one could not be found</p>
<hr>
<h2>getInstance</h2>
<p>
<code>public org.eclipse.wst.xsl.debug.internal.util.XSLPluginImageHelper <strong>getInstance</strong>()</code>
</p>
<p>Gets the instance.</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.wst.xsl.debug.internal.util.XSLPluginImageHelper</code> - Returns a XMLEditorPluginImageHelper</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.internal.debug.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.internal.debug.ui</strong></font>
<br>
Class AbstractTableBlock</h2>
<br>
<hr>
<pre>public class <strong>AbstractTableBlock</strong>
extends AbstractLaunchConfigurationTab</pre>An <code>AbstractLaunchConfigurationTab</code> specialised for blocks that
contain a table. This abstract class conveniently saves and restores the table's
column settings.<p></p>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>AbstractTableBlock</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IDialogSettings</code></td><td width="" align="left"><code>getDialogSettings()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String</code></td><td width="" align="left"><code>getQualifier()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Table</code></td><td width="" align="left"><code>getTable()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>restoreColumnSettings()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Restore table settings from the given dialog store using the given key.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>saveColumnSettings()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Persist table settings into the give dialog store, prefixed with the
given key.</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>setSortColumn(int column)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>AbstractTableBlock</h2>
<p>
<code>public <strong>AbstractTableBlock</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getDialogSettings</h2>
<p>
<code>protected IDialogSettings <strong>getDialogSettings</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IDialogSettings</code>
</p>
<hr>
<h2>getQualifier</h2>
<p>
<code>protected java.lang.String <strong>getQualifier</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>getTable</h2>
<p>
<code>protected org.eclipse.swt.widgets.Table <strong>getTable</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.widgets.Table</code>
</p>
<hr>
<h2>restoreColumnSettings</h2>
<p>
<code>public void <strong>restoreColumnSettings</strong>()</code>
</p>
<p>Restore table settings from the given dialog store using the given key.</p>
<hr>
<h2>saveColumnSettings</h2>
<p>
<code>public void <strong>saveColumnSettings</strong>()</code>
</p>
<p>Persist table settings into the give dialog store, prefixed with the
given key.</p>
<hr>
<h2>setSortColumn</h2>
<p>
<code>protected void <strong>setSortColumn</strong>(int column)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>column</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.internal.debug.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.internal.debug.ui</strong></font>
<br>
Class Messages</h2>
<br>
<hr>
<pre>public class <strong>Messages</strong>
extends java.lang.Object</pre>Messages for the debug.ui package.<p></p>
<hr>
<table width="100%" border="1">
<tr cols="2" bgcolor="#CCCCFF">
<td colspan="2" width="100%">
<h2>Method Summary</h2>
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public static java.lang.String</code></td><td width="" align="left"><code>getString(java.lang.String key)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Get the message for the given key.</td>
</tr>
</table>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>getString</h2>
<p>
<code>public java.lang.String <strong>getString</strong>(java.lang.String key)</code>
</p>
<p>Get the message for the given key.</p>
<h3>Parameters</h3>
<p>
<code>key</code> - the message key</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code> - the message</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.internal.debug.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.internal.debug.ui</strong></font>
<br>
Class ResourceSelectionBlock</h2>
<br>
<hr>
<pre>public class <strong>ResourceSelectionBlock</strong>
extends AbstractLaunchConfigurationTab</pre>A block that shows a text box with buttons for browsing workspace or the filesystem
in order to populate the text box with a file path.<p></p>
<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>protected java.lang.String</code></td><td width="80%" align="left"><code>defaultOutputFile</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>DIRECTORY_DIALOG_MESSAGE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>ERROR_DIRECTORY_DOES_NOT_EXIST</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>ERROR_DIRECTORY_NOT_SPECIFIED</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Button</code></td><td width="80%" align="left"><code>fFileSystemButton</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>FILE_SYSTEM_BUTTON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String</code></td><td width="80%" align="left"><code>fileLabel</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Button</code></td><td width="80%" align="left"><code>fVariablesButton</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Button</code></td><td width="80%" align="left"><code>fWorkspaceButton</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>GROUP_NAME</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String</code></td><td width="80%" align="left"><code>outputFile</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected boolean</code></td><td width="80%" align="left"><code>required</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Text</code></td><td width="80%" align="left"><code>resourceText</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected boolean</code></td><td width="80%" align="left"><code>showDefault</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>USE_DEFAULT_RADIO</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>USE_OTHER_RADIO</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Button</code></td><td width="80%" align="left"><code>useDefaultCheckButton</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>VARIABLES_BUTTON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.wst.xsl.internal.debug.ui.ResourceSelectionBlock.WidgetListener</code></td><td width="80%" align="left"><code>widgetListener</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>WORKSPACE_BUTTON</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>WORKSPACE_DIALOG_MESSAGE</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected static int</code></td><td width="80%" align="left"><code>WORKSPACE_DIALOG_TITLE</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>ResourceSelectionBlock</strong>()</code></td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock</strong>(boolean showDefault)</code></td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock</strong>(int resourceType
,
boolean showDefault)</code></td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock</strong>(int resourceType
,
boolean showDefault
,
boolean required)</code></td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock</strong>(int resourceType
,
boolean showDefault
,
boolean required
,
boolean mustExist)</code></td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock.WidgetListener</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>createButtons(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>createCheckboxAndText(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected org.eclipse.swt.widgets.Composite</code></td><td width="" align="left"><code>createContainer(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>createContents(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>createControl(org.eclipse.swt.widgets.Composite parent)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>dispose()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String[]</code></td><td width="" align="left"><code>getFileExtensions()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected ILaunchConfiguration</code></td><td width="" align="left"><code>getLaunchConfiguration()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String</code></td><td width="" align="left"><code>getMessage(int type)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IResource</code></td><td width="" align="left"><code>getResource()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
Returns the selected workspace container,or <code>null</code></td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected ViewerFilter</code></td><td width="" align="left"><code>getResourceFilter()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected java.lang.String</code></td><td width="" align="left"><code>getText()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>handleExternalResourceBrowseButtonSelected()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>handleResourceVariablesButtonSelected()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>handleWorkspaceResourceBrowseButtonSelected()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code>isValid(ILaunchConfiguration config)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected IPath</code></td><td width="" align="left"><code>openWorkspaceResourceDialog()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>setDefaultResource()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>setLaunchConfiguration(ILaunchConfiguration config)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>setText(java.lang.String text)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>textModified()</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected void</code></td><td width="" align="left"><code>updateResourceText(boolean useDefault)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>protected boolean</code></td><td width="" align="left"><code>validateResource(java.lang.String workingDirPath)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</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>defaultOutputFile</h2>
<p>
<code>protected java.lang.String <strong>defaultOutputFile</strong></code>
</p>
<hr>
<h2>DIRECTORY_DIALOG_MESSAGE</h2>
<p>
<code>protected static int <strong>DIRECTORY_DIALOG_MESSAGE</strong></code>
</p>
<hr>
<h2>ERROR_DIRECTORY_DOES_NOT_EXIST</h2>
<p>
<code>protected static int <strong>ERROR_DIRECTORY_DOES_NOT_EXIST</strong></code>
</p>
<hr>
<h2>ERROR_DIRECTORY_NOT_SPECIFIED</h2>
<p>
<code>protected static int <strong>ERROR_DIRECTORY_NOT_SPECIFIED</strong></code>
</p>
<hr>
<h2>fFileSystemButton</h2>
<p>
<code>protected org.eclipse.swt.widgets.Button <strong>fFileSystemButton</strong></code>
</p>
<hr>
<h2>FILE_SYSTEM_BUTTON</h2>
<p>
<code>protected static int <strong>FILE_SYSTEM_BUTTON</strong></code>
</p>
<hr>
<h2>fileLabel</h2>
<p>
<code>protected java.lang.String <strong>fileLabel</strong></code>
</p>
<hr>
<h2>fVariablesButton</h2>
<p>
<code>protected org.eclipse.swt.widgets.Button <strong>fVariablesButton</strong></code>
</p>
<hr>
<h2>fWorkspaceButton</h2>
<p>
<code>protected org.eclipse.swt.widgets.Button <strong>fWorkspaceButton</strong></code>
</p>
<hr>
<h2>GROUP_NAME</h2>
<p>
<code>protected static int <strong>GROUP_NAME</strong></code>
</p>
<hr>
<h2>outputFile</h2>
<p>
<code>protected java.lang.String <strong>outputFile</strong></code>
</p>
<hr>
<h2>required</h2>
<p>
<code>protected boolean <strong>required</strong></code>
</p>
<hr>
<h2>resourceText</h2>
<p>
<code>protected org.eclipse.swt.widgets.Text <strong>resourceText</strong></code>
</p>
<hr>
<h2>showDefault</h2>
<p>
<code>protected boolean <strong>showDefault</strong></code>
</p>
<hr>
<h2>USE_DEFAULT_RADIO</h2>
<p>
<code>protected static int <strong>USE_DEFAULT_RADIO</strong></code>
</p>
<hr>
<h2>USE_OTHER_RADIO</h2>
<p>
<code>protected static int <strong>USE_OTHER_RADIO</strong></code>
</p>
<hr>
<h2>useDefaultCheckButton</h2>
<p>
<code>protected org.eclipse.swt.widgets.Button <strong>useDefaultCheckButton</strong></code>
</p>
<hr>
<h2>VARIABLES_BUTTON</h2>
<p>
<code>protected static int <strong>VARIABLES_BUTTON</strong></code>
</p>
<hr>
<h2>widgetListener</h2>
<p>
<code>protected org.eclipse.wst.xsl.internal.debug.ui.ResourceSelectionBlock.WidgetListener <strong>widgetListener</strong></code>
</p>
<hr>
<h2>WORKSPACE_BUTTON</h2>
<p>
<code>protected static int <strong>WORKSPACE_BUTTON</strong></code>
</p>
<hr>
<h2>WORKSPACE_DIALOG_MESSAGE</h2>
<p>
<code>protected static int <strong>WORKSPACE_DIALOG_MESSAGE</strong></code>
</p>
<hr>
<h2>WORKSPACE_DIALOG_TITLE</h2>
<p>
<code>protected static int <strong>WORKSPACE_DIALOG_TITLE</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>ResourceSelectionBlock</h2>
<p>
<code>public <strong>ResourceSelectionBlock</strong>()</code>
</p>
<p>Same as <code>new ResourceSelectionBlock(true)</code></p>
<hr>
<h2>ResourceSelectionBlock</h2>
<p>
<code>public <strong>ResourceSelectionBlock</strong>(boolean showDefault)</code>
</p>
<p>Same as <code>new ResourceSelectionBlock(IResource.FOLDER,showDefault)</code></p>
<hr>
<h2>ResourceSelectionBlock</h2>
<p>
<code>public <strong>ResourceSelectionBlock</strong>(int resourceType
,
boolean showDefault)</code>
</p>
<p>Same as <code>new ResourceSelectionBlock(resourceType,showDefault,true)</code></p>
<hr>
<h2>ResourceSelectionBlock</h2>
<p>
<code>public <strong>ResourceSelectionBlock</strong>(int resourceType
,
boolean showDefault
,
boolean required)</code>
</p>
<p>Same as <code>new ResourceSelectionBlock(resourceType,showDefault,required,true)</code></p>
<hr>
<h2>ResourceSelectionBlock</h2>
<p>
<code>public <strong>ResourceSelectionBlock</strong>(int resourceType
,
boolean showDefault
,
boolean required
,
boolean mustExist)</code>
</p>
<p>Create a new instance of this.</p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>createButtons</h2>
<p>
<code>protected void <strong>createButtons</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>createCheckboxAndText</h2>
<p>
<code>protected void <strong>createCheckboxAndText</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>createContainer</h2>
<p>
<code>protected org.eclipse.swt.widgets.Composite <strong>createContainer</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<h3>Returns</h3>
<p>
<code>org.eclipse.swt.widgets.Composite</code>
</p>
<hr>
<h2>createContents</h2>
<p>
<code>protected void <strong>createContents</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>createControl</h2>
<p>
<code>public void <strong>createControl</strong>(org.eclipse.swt.widgets.Composite parent)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>parent</code>
</p>
<hr>
<h2>dispose</h2>
<p>
<code>public void <strong>dispose</strong>()</code>
</p>
<p></p>
<hr>
<h2>getFileExtensions</h2>
<p>
<code>protected java.lang.String[] <strong>getFileExtensions</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String[]</code>
</p>
<hr>
<h2>getLaunchConfiguration</h2>
<p>
<code>protected ILaunchConfiguration <strong>getLaunchConfiguration</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>ILaunchConfiguration</code>
</p>
<hr>
<h2>getMessage</h2>
<p>
<code>protected java.lang.String <strong>getMessage</strong>(int type)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>type</code>
</p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>getResource</h2>
<p>
<code>protected IResource <strong>getResource</strong>()</code>
</p>
<p>Returns the selected workspace container,or <code>null</code></p>
<h3>Returns</h3>
<p>
<code>IResource</code>
</p>
<hr>
<h2>getResourceFilter</h2>
<p>
<code>protected ViewerFilter <strong>getResourceFilter</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>ViewerFilter</code>
</p>
<hr>
<h2>getText</h2>
<p>
<code>protected java.lang.String <strong>getText</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>java.lang.String</code>
</p>
<hr>
<h2>handleExternalResourceBrowseButtonSelected</h2>
<p>
<code>protected void <strong>handleExternalResourceBrowseButtonSelected</strong>()</code>
</p>
<p></p>
<hr>
<h2>handleResourceVariablesButtonSelected</h2>
<p>
<code>protected void <strong>handleResourceVariablesButtonSelected</strong>()</code>
</p>
<p></p>
<hr>
<h2>handleWorkspaceResourceBrowseButtonSelected</h2>
<p>
<code>protected void <strong>handleWorkspaceResourceBrowseButtonSelected</strong>()</code>
</p>
<p></p>
<hr>
<h2>isValid</h2>
<p>
<code>public boolean <strong>isValid</strong>(ILaunchConfiguration config)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>config</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<h2>openWorkspaceResourceDialog</h2>
<p>
<code>protected IPath <strong>openWorkspaceResourceDialog</strong>()</code>
</p>
<p></p>
<h3>Returns</h3>
<p>
<code>IPath</code>
</p>
<hr>
<h2>setDefaultResource</h2>
<p>
<code>protected void <strong>setDefaultResource</strong>()</code>
</p>
<p></p>
<hr>
<h2>setLaunchConfiguration</h2>
<p>
<code>protected void <strong>setLaunchConfiguration</strong>(ILaunchConfiguration config)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>config</code>
</p>
<hr>
<h2>setText</h2>
<p>
<code>protected void <strong>setText</strong>(java.lang.String text)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>text</code>
</p>
<hr>
<h2>textModified</h2>
<p>
<code>protected void <strong>textModified</strong>()</code>
</p>
<p></p>
<hr>
<h2>updateResourceText</h2>
<p>
<code>protected void <strong>updateResourceText</strong>(boolean useDefault)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>useDefault</code>
</p>
<hr>
<h2>validateResource</h2>
<p>
<code>protected boolean <strong>validateResource</strong>(java.lang.String workingDirPath)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>workingDirPath</code>
</p>
<h3>Returns</h3>
<p>
<code>boolean</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.internal.debug.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.internal.debug.ui</strong></font>
<br>
Class ResourceSelectionBlock.WidgetListener</h2>
<br>
<hr>
<pre>package-private class <strong>ResourceSelectionBlock.WidgetListener</strong>
extends org.eclipse.swt.events.SelectionAdapter</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock.WidgetListener</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>modifyText(org.eclipse.swt.events.ModifyEvent e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>widgetSelected(org.eclipse.swt.events.SelectionEvent e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>ResourceSelectionBlock.WidgetListener</h2>
<p>
<code>package-private <strong>ResourceSelectionBlock.WidgetListener</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>modifyText</h2>
<p>
<code>public void <strong>modifyText</strong>(org.eclipse.swt.events.ModifyEvent e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<hr>
<h2>widgetSelected</h2>
<p>
<code>public void <strong>widgetSelected</strong>(org.eclipse.swt.events.SelectionEvent e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<hr>
<p>
<font size="+1"><strong>Package org.eclipse.wst.xsl.internal.debug.ui</strong></font>
</p>
<hr>
<h2>
<font size="-1"><strong>org.eclipse.wst.xsl.internal.debug.ui</strong></font>
<br>
Class ResourceSelectionBlock.WidgetListener</h2>
<br>
<hr>
<pre>package-private class <strong>ResourceSelectionBlock.WidgetListener</strong>
extends org.eclipse.swt.events.SelectionAdapter</pre>
<hr>
<table width="100%" border="1">
<tr bgcolor="#CCCCFF">
<td width="100%">
<h2>Constructor Summary</h2>
</td>
</tr>
<tr>
<td><code><strong>ResourceSelectionBlock.WidgetListener</strong>()</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>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>modifyText(org.eclipse.swt.events.ModifyEvent e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr valign="top">
<td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code>widgetSelected(org.eclipse.swt.events.SelectionEvent e)</code>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<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>ResourceSelectionBlock.WidgetListener</h2>
<p>
<code>package-private <strong>ResourceSelectionBlock.WidgetListener</strong>()</code>
</p>
<p></p>
<hr>
<table cols="2" width="100%" border="1">
<tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left">
<td>
<h2>
Methods Detail
</h2>
</td>
</tr>
</table>
<h2>modifyText</h2>
<p>
<code>public void <strong>modifyText</strong>(org.eclipse.swt.events.ModifyEvent e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<hr>
<h2>widgetSelected</h2>
<p>
<code>public void <strong>widgetSelected</strong>(org.eclipse.swt.events.SelectionEvent e)</code>
</p>
<p></p>
<h3>Parameters</h3>
<p>
<code>e</code>
</p>
<hr>
</body>
</html>