blob: 6563e0c75a63420e49bdb3f705f03ac952492d0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM Software Development Platform">
<link rel="STYLESHEET" href="../../../book.css" charset="ISO-8859-1" type="text/css"/>
<TITLE><c:visit> - Standard JET2 Control Tags</TITLE>
</HEAD>
<BODY>
<TABLE border="0" cellpadding="0" cellspacing="1" width="100%">
<TBODY>
<TR>
<TH align="left">
<P><c:visit></P></TH>
<TH align="right"><A href="overview.html">Standard JET2 Control Tags</A></TH>
</TR>
</TBODY>
</TABLE>
<HR>
<P><B>visit</B></P>
<P><P> Define content to process for an object found by the parent 'visitor' tag, provided a condition is met. The contents of this tag are evaluated if the current object of the 'visitor' iteration satisfies the 'test' XPath expression.<P><P>The 'test' XPath expression is relative to the current object of the parent 'visitor' tag. If the 'test' XPath expression is does not result in a boolean value, then it is converted to a boolean value according the the XPath 1.0 specification. In particular, if the XPath expression results in a set of objects, then 'test' is considered to be true if and only if the set is not empty.<P><P>Note that more than one 'visit' tag may be executed for the same object identified by the parent 'visitor' tag.<P> </P>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Tag Summary</TH></TR>
<TR>
<TD width="10%">required</TD>
<TD><SPAN style="font-family: monospace">
<c:visit test="<I>value</I>"><br>
<I>content to process if tag condition is
satisfied</I><BR>
</c:visit>
</SPAN></TD>
</TR>
<TR>
<TD width="10%">full tag</TD>
<TD><SPAN style="font-family: monospace">
<c:visit test="<I>value</I>"><br>
<I>content to process if tag condition is
satisfied</I><BR>
</c:visit>
</SPAN></TD>
</TR>
</TBODY>
</TABLE>
<exists node="tag/attribute use='required'">
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Required Attributes</TH></TR>
<TR>
<TD width="10%">test</TD>
<TD>TODO Define description of test</TD>
</TR>
</TBODY>
</TABLE>
</exists>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Example</TH></TR>
<TR>
<TD width="10%"></TD>
<TD><SPAN style="font-family: monospace">
<!-- Begin visit example -->
<c:visit test="<I>value</I>"><br>
<I>content to process if tag condition is
satisfied</I><BR>
</c:visit>
<!-- End visit example -->
</SPAN></TD>
</TR>
</TBODY>
</TABLE>
<P></P></BODY>
</HTML>
|