Element.setAttr

set attribute value by namespace and attribute names

  1. Attribute setAttr(ns_id nsid, attr_id attrid, string value)
  2. Attribute setAttr(string nsname, string attrname, string value)
    class Element
    private public override
    setAttr
    (
    string nsname
    ,
    string attrname
    ,
    string value
    )

Meta