XML functions
Function parse

org.dom4j.Node parse(java.lang.Object)
This accepts XML in form. If the XML is valid, it will return a new Node instance with the resulting XML document as the root Node. If parsing the content fails, this will return null.

Example:
${xml:parse(object)}


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