xAttrs

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

function(attrs){
  if (attrs === undefined){
    return XmlHelper.xAttrs();
  } else {
    return XmlHelper.xAttrs(attrs);
  };
}

Classpath

Children