XML functions
Function find

org.dom4j.Node find(org.dom4j.Node, java.lang.String)
Performs an XPath selection on the given Node and returns a new Node instance that wraps those results.

Other functions available:

org.dom4j.Node find(org.dom4j.Node, java.lang.Object)

Examples:
 ${xml:find(node, xpath)}
${xml:find(node, object)}


Function Information
Function Classcom.logikdev.jsftools.StaticXmlTool
Function Signatureorg.dom4j.Node find(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.