XML functions
Function getNodeName

java.lang.String getNodeName(org.dom4j.Node)
Returns the name of the root node. If the given Node has more than one Node, it will only return the name of the first node in the list.

Example:
${xml:getNodeName(node)}


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