XML functions
Function selectNodes

java.util.List selectNodes(org.dom4j.Node, java.lang.String)
Evaluates an XPath expression and returns the result as a List of Node instances or String instances depending on the XPath expression.

Example:
${xml:selectNodes(node, xpathExpression)}


Function Information
Function Classcom.logikdev.jsftools.StaticXmlTool
Function Signaturejava.util.List selectNodes(org.dom4j.Node, java.lang.String)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.