Node.setAttr - multiple declarations

Function Node.setAttr

set attribute value by namespace and attribute names

Prototype

Attribute setAttr(
  string nsname,
  string attrname,
  string value
);

Function Node.setAttr

set attribute value by namespace and attribute ids

Prototype

Attribute setAttr(
  short nsid,
  short attrid,
  string value
);

Function Node.setAttr

set attribute value by namespace and attribute names

Prototype

Attribute setAttr(
  string nsname,
  string attrname,
  string value
);

Function Node.setAttr

set attribute value by namespace and attribute ids

Prototype

Attribute setAttr(
  short nsid,
  short attrid,
  string value
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0