Type: function
Alias for XmlHelper.xAttrs (see its entry for details) with additional parameter parsing/safetying to call the correct function permutation with given parameters.
Body
if (attrs === undefined){
return XmlHelper.xAttrs();
} else {
return XmlHelper.xAttrs(attrs);
};
Classpath
Children