diff options
Diffstat (limited to 'doc/org.eclipse.jet.doc/references/xpathFunctions/cardinalityFunction.html')
-rw-r--r-- | doc/org.eclipse.jet.doc/references/xpathFunctions/cardinalityFunction.html | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/doc/org.eclipse.jet.doc/references/xpathFunctions/cardinalityFunction.html b/doc/org.eclipse.jet.doc/references/xpathFunctions/cardinalityFunction.html deleted file mode 100644 index b051d32..0000000 --- a/doc/org.eclipse.jet.doc/references/xpathFunctions/cardinalityFunction.html +++ /dev/null @@ -1,81 +0,0 @@ -<!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>cardinality XPath function</TITLE> -</HEAD> -<BODY> -<TABLE border="0" cellpadding="0" cellspacing="1" width="100%"> - <TBODY> - <TR> - <TH align="left"><P>cardinality()</P></TH> - <TH align="right"><A href="overview.html">Additional XPath Functions</A></TH> - </TR> - </TBODY> -</TABLE> -<HR> -<H2>cardinality</H2> -<P>Returns whether an XPath expression returns zero, one or more than one node</P> -<HR> -<TABLE border="0" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Function Summary<BR> </TH></TR> - <TR> - <TD width="20%" valign="top">minimal arguments</TD> - <TD><SPAN style="font-family: monospace" valign="top"> - Boolean cardinality (XPath expression , String cardinality)<BR> <BR> - </SPAN></TD> - </TR> - <TR> - <TD width="20%" valign="top">all arguments</TD> - <TD><SPAN style="font-family: monospace" valign="top"> - Boolean cardinality (XPath expression , String cardinality)<BR> <BR> - </SPAN></TD> - </TR> - </TBODY> -</TABLE> -<HR> -<TABLE border="0" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Required Arguments<BR> </TH> - </TR> - <TR> - <TD width="20%" valign="top"><B>XPath expression</B></TD> - <TD>an XPath expression that returns some number of nodes</TD> - </TR> - <TR> - <TD width="20%" valign="top"><B>String cardinality</B></TD> - <TD>Contains any combination of the characters '0', '1' and 'M'.</TD> - </TR> - </TBODY> -</TABLE> -<HR> -<TABLE border="0" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">There are no optional arguments<BR> </TD> - </TBODY> -</TABLE> -<HR> -<TABLE border="0" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Example<BR> </TH></TR> - <TR> - <TD colspan="2"><SPAN style="font-family: monospace"> -<!-- Begin cardinality example --> - <B>cardinality</B>(/root/plugin , "1M")<br> - <P>returns true if there are one or more child elements named "plugin" under the top-level node named "root", or false otherwise.</P> -<!-- End cardinality example --> -</SPAN></TD> - </TR> - </TBODY> -</TABLE> -<P><BR> -<FONT color="navy" size="-2">© Copyright IBM Corporation 2000, -2006. All Rights Reserved.</FONT></P></P></BODY> -</HTML> |