org.zkoss.xel.fn
Class XmlFns
java.lang.Object
org.zkoss.xel.fn.XmlFns
public class XmlFns
- extends Object
Functions to manipulate XML/HTML for EL.
- Since:
- 3.5.0
- Author:
- tomyeh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlFns
public XmlFns()
attr
public static final String attr(String name,
Object val)
- Generates an attribute for HTML/XML.
If val is null or empty (if String), nothing is generated.
Copyright © 2012. All Rights Reserved.