Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.core.internal.regions.XPathRegionContext.html')
-rw-r--r--xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.core.internal.regions.XPathRegionContext.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.core.internal.regions.XPathRegionContext.html b/xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.core.internal.regions.XPathRegionContext.html
new file mode 100644
index 0000000000..17918f6235
--- /dev/null
+++ b/xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.core.internal.regions.XPathRegionContext.html
@@ -0,0 +1,21 @@
+<html><body><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><a href="#field_BLOCK_TEXT">BLOCK_TEXT</a></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><a href="#field_UNDEFINED">UNDEFINED</a></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><a href="#field_WHITE_SPACE">WHITE_SPACE</a></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><a href="#field_XPATH_CONTENT">XPATH_CONTENT</a></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><a href="#field_XPATH_FUNCTION_NAME">XPATH_FUNCTION_NAME</a></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><a href="#field_XPATH_FUNCTION_PARAMETERS_CLOSE">XPATH_FUNCTION_PARAMETERS_CLOSE</a></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><a href="#field_XPATH_FUNCTION_PARAMETERS_OPEN">XPATH_FUNCTION_PARAMETERS_OPEN</a></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><a href="#field_XPATH_SEPARATOR_DIV">XPATH_SEPARATOR_DIV</a></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><a name="field_BLOCK_TEXT">BLOCK_TEXT</a></h2><p><code>public static java.lang.String <strong>BLOCK_TEXT</strong></code></p><hr><h2><a name="field_UNDEFINED">UNDEFINED</a></h2><p><code>public static java.lang.String <strong>UNDEFINED</strong></code></p><hr><h2><a name="field_WHITE_SPACE">WHITE_SPACE</a></h2><p><code>public static java.lang.String <strong>WHITE_SPACE</strong></code></p><hr><h2><a name="field_XPATH_CONTENT">XPATH_CONTENT</a></h2><p><code>public static java.lang.String <strong>XPATH_CONTENT</strong></code></p><hr><h2><a name="field_XPATH_FUNCTION_NAME">XPATH_FUNCTION_NAME</a></h2><p><code>public static java.lang.String <strong>XPATH_FUNCTION_NAME</strong></code></p><hr><h2><a name="field_XPATH_FUNCTION_PARAMETERS_CLOSE">XPATH_FUNCTION_PARAMETERS_CLOSE</a></h2><p><code>public static java.lang.String <strong>XPATH_FUNCTION_PARAMETERS_CLOSE</strong></code></p><hr><h2><a name="field_XPATH_FUNCTION_PARAMETERS_OPEN">XPATH_FUNCTION_PARAMETERS_OPEN</a></h2><p><code>public static java.lang.String <strong>XPATH_FUNCTION_PARAMETERS_OPEN</strong></code></p><hr><h2><a name="field_XPATH_SEPARATOR_DIV">XPATH_SEPARATOR_DIV</a></h2><p><code>public static java.lang.String <strong>XPATH_SEPARATOR_DIV</strong></code></p><hr></body></html> \ No newline at end of file

Back to the top