XML functions
Function attr

java.lang.String attr(org.dom4j.Node, java.lang.Object)
Returns the value of the specified attribute for the given Node, if that Node is an Element. If it is a non-Element node type or there is no value for that attribute in this element, then this will return null.

Example:
${xml:attr(node, object)}


Function Information
Function Classcom.logikdev.jsftools.StaticXmlTool
Function Signaturejava.lang.String attr(org.dom4j.Node, java.lang.Object)
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.